DataSourceSelectArguments::Empty Property
.NET Framework (current version)
Gets a DataSourceSelectArguments object with the sort expression set to Empty.
Assembly: System.Web (in System.Web.dll)
public: property DataSourceSelectArguments^ Empty { static DataSourceSelectArguments^ get(); }
The property returns a DataSourceSelectArguments object created with the default DataSourceSelectArguments() constructor. You can use the Empty property when you want to call the ExecuteSelect(DataSourceSelectArguments^) method of a data source view class without any additional arguments.
.NET Framework
Available since 2.0
Available since 2.0
Show: