System.Web.UI.DataSourceSelectArguments: Property Members

The properties of System.Web.UI.DataSourceSelectArguments are listed below. For a list of all members, see the DataSourceSelectArguments Members list.

See Also: Inherited members from System.Object

Public Properties

[read-only]
static
EmptyDataSourceSelectArguments.

Gets a System.Web.UI.DataSourceSelectArguments object with the sort expression set to string.Empty.

MaximumRowsint.

Gets or sets a value that represents the maximum number of data rows that a data source control returns for a data retrieval operation.

RetrieveTotalRowCountbool.

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.

SortExpressionstring.

Gets or sets an expression that the data source view uses to sort the data retrieved by the DataSourceView.Select(DataSourceSelectArguments, DataSourceViewSelectCallback) method.

StartRowIndexint.

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.

TotalRowCountint.

Gets or sets the number of rows retrieved during a data retrieval operation.