DataSourceSelectArguments.Empty Property
.NET Framework 2.0
Gets a DataSourceSelectArguments object with the sort expression set to Empty.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
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 method of a data source view class without any additional arguments.
Community Additions
ADD
Show: