DataSourceSelectArguments.Empty Property
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Gets a DataSourceSelectArguments object with the sort expression set to Empty.
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(DataSourceSelectArguments) method of a data source view class without any additional arguments.
.NET Framework
Available since 2.0
Available since 2.0
Show: