Repeater::SelectArguments Property
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Gets a DataSourceSelectArguments object that the Repeater 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 object used to retrieve data. The default is the Empty value.
The first call to the DataSourceSelectArguments object calls the CreateDataSourceSelectArguments method to create the Empty object.
.NET Framework
Available since 2.0
Available since 2.0
Show: