DataSourceSelectArguments.Empty Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.