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
Syntaxpublic int StartingRow { get; set; }
Public Property StartingRow As Integer
Get
Set
public:
property int StartingRow {
int get ();
void set (int value);
}
member StartingRow : int with get, set
Property Value
Type:
Int32
Remarks
Some servers do not support StartingRow other than 0. Please check the server documentation
See Also