DataSourceSelectArguments Constructor
.NET Framework (current version)
Initializes a new instance of the DataSourceSelectArguments class.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | DataSourceSelectArguments() | Initializes a new default instance of the DataSourceSelectArguments class. |
![]() | 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^) | Initializes a new instance of the DataSourceSelectArguments class with the specified sort expression. |
![]() | 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:
