System.Web.UI.DataSourceSelectArguments: Constructor Members

The constructors 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 Constructors

Initializes a new default instance of the System.Web.UI.DataSourceSelectArguments class.

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

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

Initializes a new instance of the System.Web.UI.DataSourceSelectArguments class with the specified sort expression, starting position, and number of rows to return for paging scenarios.