DataSourceSelectArguments Constructor

 

Initializes a new instance of the DataSourceSelectArguments class.

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubmethodDataSourceSelectArguments()

Initializes a new default instance of the DataSourceSelectArguments class.

System_CAPS_pubmethodDataSourceSelectArguments(Int32, Int32)

Initializes a new instance of the DataSourceSelectArguments class with the specified starting position and number of rows to return for paging scenarios.

System_CAPS_pubmethodDataSourceSelectArguments(String^)

Initializes a new instance of the DataSourceSelectArguments class with the specified sort expression.

System_CAPS_pubmethodDataSourceSelectArguments(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.

Return to top
Show: