System.Web.UI.WebControls.DataBoundControl.CreateDataSourceSelectArguments Method

Creates a default System.Web.UI.DataSourceSelectArguments object used by the data-bound control if no arguments are specified.

Syntax

protected virtual System.Web.UI.DataSourceSelectArguments CreateDataSourceSelectArguments ()

Returns

A System.Web.UI.DataSourceSelectArguments initialized to System.Web.UI.DataSourceSelectArguments.Empty.

Remarks

The DataBoundControl.CreateDataSourceSelectArguments method is used by the DataBoundControl.SelectArguments property to initialize a default arguments object, and by the System.Web.UI.WebControls.DataBoundControl class's implementation of the DataBoundControl.PerformSelect method.

Requirements

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