System.Web.UI.WebControls.ObjectDataSourceSelectingEventArgs.Arguments Property

Provides a mechanism that the System.Web.UI.WebControls.ObjectDataSource object can use to request data-related operations when data is retrieved.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

Data-bound controls use the System.Web.UI.DataSourceSelectArguments class to request that the System.Web.UI.WebControls.ObjectDataSource object perform additional data-related operations on a results 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. The ObjectDataSourceSelectingEventArgs.Arguments property is read-only, so you can examine, but not change, the arguments that are passed by the data-bound control. 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