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
[read-only] static | Empty | DataSourceSelectArguments.
![]() Gets a System.Web.UI.DataSourceSelectArguments object with the sort expression set to string.Empty. |
MaximumRows | int.
![]() 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 | bool.
![]() 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 | string.
![]() Gets or sets an expression that the data source view uses to sort the data retrieved by the DataSourceView.Select(DataSourceSelectArguments, DataSourceViewSelectCallback) method. | |
StartRowIndex | int.
![]() 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 | int.
![]() Gets or sets the number of rows retrieved during a data retrieval operation. |