This documentation is archived and is not being maintained.

DataSourceSelectArguments Properties

The DataSourceSelectArguments type exposes the following members.

  NameDescription
Public property Static member Empty Gets a DataSourceSelectArguments object with the sort expression set to Empty.
Public property 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.
Public property 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.
Public property SortExpression Gets or sets an expression that the data source view uses to sort the data retrieved by the DataSourceView::Select(DataSourceSelectArguments, DataSourceViewSelectCallback) method.
Public property 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.
Public property TotalRowCount Gets or sets the number of rows retrieved during a data retrieval operation.
Top
Show: