DataSourceSelectArguments Properties
.NET Framework 3.0
| Name | Description | |
|---|---|---|
| Empty |
Gets a DataSourceSelectArguments object with the sort expression set to Empty.
|
| MaximumRows |
Gets or sets a value that represents the maximum number of data rows that a data source control returns for a data retrieval operation.
|
| RetrieveTotalRowCount |
Gets or sets a value indicating whether a data source control should retrieve a count of all the data rows during a data retrieval operation.
|
| SortExpression |
Gets or sets an expression that the data source view uses to sort the data retrieved by the DataSourceView.Select method.
|
| StartRowIndex |
Gets or sets a value that represents the starting position the data source control should use when retrieving data rows during a data retrieval operation.
|
| TotalRowCount |
Gets or sets the number of rows retrieved during a data retrieval operation.
|