次の方法で共有


FormView.CreateDataSourceSelectArguments メソッド

定義

処理のためにデータ ソースに渡される引数を格納する DataSourceSelectArguments オブジェクトを作成します。

protected:
 override System::Web::UI::DataSourceSelectArguments ^ CreateDataSourceSelectArguments();
protected override System.Web.UI.DataSourceSelectArguments CreateDataSourceSelectArguments ();
override this.CreateDataSourceSelectArguments : unit -> System.Web.UI.DataSourceSelectArguments
Protected Overrides Function CreateDataSourceSelectArguments () As DataSourceSelectArguments

戻り値

DataSourceSelectArguments

データ ソースに渡される引数が格納された DataSourceSelectArguments

注釈

この CreateDataSourceSelectArguments メソッドは、データ ソースに渡される引数を FormView 含むオブジェクトを DataSourceSelectArguments 作成するためにコントロールによって呼び出されるヘルパー メソッドです。 この実装では、オブジェクトには DataSourceSelectArguments ページング操作の引数が含まれています。

注意 (継承者)

クラスを拡張するときに、このメソッドを FormView オーバーライドして、データ ソースに渡される独自の値を指定できます。

適用対象

こちらもご覧ください