BaseDataList.SelectArguments Property
.NET Framework 3.0
Gets a DataSourceSelectArguments object that the data-bound control uses when retrieving data from a data source control.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ protected DataSourceSelectArguments get_SelectArguments ()
protected function get SelectArguments () : DataSourceSelectArguments
Not applicable.
Property Value
A DataSourceSelectArguments used by the data-bound control to retrieve data. The default is to return the value from CreateDataSourceSelectArguments.
Show: