System.Web.UI.WebControls.SqlDataSourceSelectingEventArgs.Arguments Property

Gets the System.Web.UI.DataSourceSelectArguments object passed to the SqlDataSource.Select(System.Web.UI.DataSourceSelectArguments) method.

Syntax

public System.Web.UI.DataSourceSelectArguments Arguments { get; }

Value

Documentation for this section has not yet been entered.

Remarks

You can examine the System.Web.UI.DataSourceSelectArguments object to determine whether sorting, paging, or a row count are requested as part of the data retrieval operation.

Data-bound controls use the System.Web.UI.DataSourceSelectArguments class to request that the System.Web.UI.WebControls.SqlDataSource perform additional data-related operations on a result set, such as sorting the data or returning a specific subset of data. These data-related operations are enumerated by the System.Web.UI.DataSourceCapabilities enumeration. For more information, see System.Web.UI.DataSourceSelectArguments.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0