Repeater.CreateDataSourceSelectArguments 方法

定義

傳回 Empty 值。

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

傳回

Empty 值。

備註

第一次呼叫 屬性會 SelectArguments 呼叫 CreateDataSourceSelectArguments 方法,以傳回 Empty 值。

適用於

另請參閱