DataBoundControl.CreateDataSourceSelectArguments Method
.NET Framework 3.0
Creates a default DataSourceSelectArguments object used by the data-bound control if no arguments are specified.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
protected DataSourceSelectArguments CreateDataSourceSelectArguments ()
protected function CreateDataSourceSelectArguments () : DataSourceSelectArguments
Not applicable.
Return Value
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.
Community Additions
ADD
Show: