BaseDataList.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 DataSourceSelectArguments.Empty.The CreateDataSourceSelectArguments method is a helper method used by the SelectArguments property to create its default DataSourceSelectArguments object.
Community Additions
ADD
Show: