DataSourceSelectArguments.Empty 屬性

定義

取得排序運算式設定為 DataSourceSelectArgumentsEmpty 物件。

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

適用於

另請參閱