Name | Description | |
---|---|---|
PagingParameters Constructor | Default constructor |
The following tables list the members exposed by PagingParameters.
Name | Description | |
---|---|---|
PagingParameters Constructor | Default constructor |
Name | Description | |
---|---|---|
OrderByClause | The SQL order by clause (optional) | |
PageNumber | The page number starting at one. Must be greater than zero. | |
PageSize | The number of records per page. Must be greater than zero. | |
Parameters | The parameters for the where clause (optional) | |
PrimaryKeyName | The name of the primary key | |
ReturnPrimaryKeyOnly | By default, all columns are returned. Set to true to return the primary key only. | |
TableName | The name of the table | |
WhereClause | The SQL where clause (optional) |