GridView.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

注釈

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

注意 (継承者)

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

適用対象

こちらもご覧ください