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