BaseDataList.CreateDataSourceSelectArguments 方法

定義

如果沒有指定引數,則會建立資料繫結控制項使用的預設 DataSourceSelectArguments 物件。

protected:
 virtual System::Web::UI::DataSourceSelectArguments ^ CreateDataSourceSelectArguments();
protected virtual System.Web.UI.DataSourceSelectArguments CreateDataSourceSelectArguments ();
abstract member CreateDataSourceSelectArguments : unit -> System.Web.UI.DataSourceSelectArguments
override this.CreateDataSourceSelectArguments : unit -> System.Web.UI.DataSourceSelectArguments
Protected Overridable Function CreateDataSourceSelectArguments () As DataSourceSelectArguments

傳回

初始化為 DataSourceSelectArgumentsEmpty

備註

方法是 CreateDataSourceSelectArguments 屬性用來 SelectArguments 建立其預設 DataSourceSelectArguments 物件的協助程式方法。

適用於

另請參閱