This documentation is archived and is not being maintained.
DataSourceSelectArguments Properties
Visual Studio 2010
The DataSourceSelectArguments type exposes the following members.
| 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(DataSourceSelectArguments, DataSourceViewSelectCallback) 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. |
Show: