This documentation is archived and is not being maintained.
DataSourceSelectArguments Constructor
Visual Studio 2010
Initializes a new instance of the DataSourceSelectArguments class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
DataSourceSelectArguments() | Initializes a new default instance of the DataSourceSelectArguments class. |
|
DataSourceSelectArguments(String) | Initializes a new instance of the DataSourceSelectArguments class with the specified sort expression. |
|
DataSourceSelectArguments(Int32, Int32) | Initializes a new instance of the DataSourceSelectArguments class with the specified starting position and number of rows to return for paging scenarios. |
|
DataSourceSelectArguments(String, Int32, Int32) | Initializes a new instance of the DataSourceSelectArguments class with the specified sort expression, starting position, and number of rows to return for paging scenarios. |
Show: