Click or drag to resize

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
Syntax
public Nullable<int> Fetch { get; set; }

Property Value

Type: NullableInt32
The fetch.
See Also