DataSourceSelectArguments.Empty 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 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() 建構子建立的物件。 當你想呼叫ExecuteSelect(DataSourceSelectArguments)資料來源檢視類別的方法而不使用任何額外參數時,可以使用這個Empty特性。