Click or drag to resize

DataAccessQueryStartingRow Property

The row number from which to start retrieving rows

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

Property Value

Type: Int32
Remarks
Some servers do not support StartingRow other than 0. Please check the server documentation
See Also