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 屬性。