Repeater.SelectArguments 屬性

定義

取得 DataSourceSelectArguments 物件,當從資料來源控制項擷取資料時 Repeater 控制項會使用它。

protected:
 property System::Web::UI::DataSourceSelectArguments ^ SelectArguments { System::Web::UI::DataSourceSelectArguments ^ get(); };
protected System.Web.UI.DataSourceSelectArguments SelectArguments { get; }
member this.SelectArguments : System.Web.UI.DataSourceSelectArguments
Protected ReadOnly Property SelectArguments As DataSourceSelectArguments

屬性值

DataSourceSelectArguments

用於擷取資料的 DataSourceSelectArguments 物件。 預設值為 Empty 值。

備註

第一次呼叫 物件會 DataSourceSelectArguments 呼叫 CreateDataSourceSelectArguments 方法來建立 Empty 物件。

適用於

另請參閱