BaseDataList::SelectArguments Property
.NET Framework (current version)
Gets a DataSourceSelectArguments object that the data-bound control uses when retrieving data from a data source control.
Assembly: System.Web (in System.Web.dll)
protected: property DataSourceSelectArguments^ SelectArguments { DataSourceSelectArguments^ get(); }
Property Value
Type: System.Web.UI::DataSourceSelectArguments^A DataSourceSelectArguments used by the data-bound control to retrieve data. The default is to return the value from CreateDataSourceSelectArguments.
The SelectArguments property calls the CreateDataSourceSelectArguments method to create a default DataSourceSelectArguments object.
.NET Framework
Available since 2.0
Available since 2.0
Show: