DataSourceSelectArguments.Empty Property

Definition

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

public:
 static property System::Web::UI::DataSourceSelectArguments ^ Empty { System::Web::UI::DataSourceSelectArguments ^ get(); };
public static System.Web.UI.DataSourceSelectArguments Empty { get; }
static member Empty : System.Web.UI.DataSourceSelectArguments
Public Shared ReadOnly Property Empty As DataSourceSelectArguments

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

See also