System.Web.UI.DataSourceSelectArguments.Empty Property

Gets a System.Web.UI.DataSourceSelectArguments object with the sort expression set to string.Empty.

Syntax

public static DataSourceSelectArguments Empty { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The property returns a System.Web.UI.DataSourceSelectArguments object created with the default DataSourceSelectArguments.#ctor constructor. You can use the DataSourceSelectArguments.Empty property when you want to call the DataSourceView.ExecuteSelect(DataSourceSelectArguments) method of a data source view class without any additional arguments.

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0