BaseDataList.SelectArguments プロパティ

定義

データ バインド コントロールが、データ ソース コントロールからデータを取得するときに使用する DataSourceSelectArguments オブジェクトを取得します。

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 を使用してデータを取得します。 既定では CreateDataSourceSelectArguments() から値が返されます。

注釈

プロパティはSelectArguments、既定DataSourceSelectArgumentsのオブジェクトをCreateDataSourceSelectArguments作成するメソッドを呼び出します。

適用対象

こちらもご覧ください