DataSourceSelectArguments.Empty Vlastnost

Definice

DataSourceSelectArguments Získá objekt s výrazem řazení nastaveným na 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

Hodnota vlastnosti

Objekt DataSourceSelectArguments .

Poznámky

Vlastnost vrátí DataSourceSelectArguments objekt vytvořený pomocí výchozího DataSourceSelectArguments() konstruktoru. Vlastnost můžete použít Empty , když chcete volat metodu ExecuteSelect(DataSourceSelectArguments) třídy zobrazení zdroje dat bez dalších argumentů.

Platí pro

Viz také