DetailsView.CreateDataSourceSelectArguments メソッド

定義

Select コマンドに渡される 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

返品

Select コマンドに渡される DataSourceSelectArguments

注釈

CreateDataSourceSelectArguments メソッドは、select コマンドに渡されるDetailsView オブジェクトを作成するために、DataSourceSelectArguments コントロールによって呼び出されるヘルパー メソッドです。

適用対象

こちらもご覧ください