Click or drag to resize

DataAccessFilterOffset Property

Gets or sets the offset clause. The OFFSET-FETCH clause provides you with an option to fetch only a window or page of results from the result set.

Namespace:  Aloe.SystemFrameworks.Domain.DataAccess
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public Nullable<int> Offset { get; set; }

Property Value

Type: NullableInt32
The offset.
See Also