DataSourceSelectArguments.Empty Property

Definition

Gets a DataSourceSelectArguments object with the sort expression set to Empty.

C#
public static System.Web.UI.DataSourceSelectArguments Empty { get; }

Property Value

A DataSourceSelectArguments object.

Remarks

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.

Applies to

Product Versions
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also