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
Syntaxpublic Nullable<int> Offset { get; set; }
Public Property Offset As Nullable(Of Integer)
Get
Set
public:
property Nullable<int>^ Offset {
Nullable<int>^ get ();
void set (Nullable<int>^ value);
}
member Offset : Nullable<int> with get, set
Property Value
Type:
NullableInt32
The offset.
See Also