This documentation is archived and is not being maintained.

DataSourceSelectArguments Constructor (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.

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

public:
DataSourceSelectArguments(
	String^ sortExpression, 
	int startRowIndex, 
	int maximumRows
)

Parameters

sortExpression
Type: System::String
A sort expression that data source controls use to sort the result of a data retrieval operation before the result is returned to a caller.
startRowIndex
Type: System::Int32
The index of the data row that marks the beginning of data returned by a data retrieval operation.
maximumRows
Type: System::Int32
The maximum number of rows that a data retrieval operation returns.

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: