共用方式為


DataSourceSelectArguments.Empty 屬性

定義

取得 DataSourceSelectArguments 一個排序表達式設為 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

屬性值

DataSourceSelectArguments 物件。

備註

該屬性會回傳 DataSourceSelectArguments 一個以預設 DataSourceSelectArguments() 建構子建立的物件。 當你想呼叫ExecuteSelect(DataSourceSelectArguments)資料來源檢視類別的方法而不使用任何額外參數時,可以使用這個Empty特性。

適用於

另請參閱