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 オブジェクト。 既定値は Empty 値です。

注釈

DataSourceSelectArguments オブジェクトを最初に呼び出すと、CreateDataSourceSelectArguments メソッドが呼び出され、Empty オブジェクトが作成されます。

適用対象

こちらもご覧ください