DataBoundControl.SelectArguments プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
データ バインド コントロールが、データ ソース コントロールからデータを取得するときに使用する 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 値。 既定値は、Empty です。
注釈
プロパティはSelectArguments、既定DataSourceSelectArgumentsのオブジェクトをCreateDataSourceSelectArguments作成するメソッドを呼び出します。