DataBoundControl::CreateDataSourceSelectArguments Method ()
.NET Framework (current version)
Creates a default DataSourceSelectArguments object used by the data-bound control if no arguments are specified.
Assembly: System.Web (in System.Web.dll)
Return Value
Type: System.Web.UI::DataSourceSelectArguments^A DataSourceSelectArguments initialized to Empty.
The CreateDataSourceSelectArguments method is used by the SelectArguments property to initialize a default arguments object, and by the DataBoundControl class's implementation of the PerformSelect method.
The following code example demonstrates how the CreateDataSourceSelectArguments method can be used in a derived class to retrieve a default DataSourceSelectArguments object.
.NET Framework
Available since 2.0
Available since 2.0
Show: