ModelDataSourceView.EvaluateSelectMethodParameters メソッド

定義

選択メソッドのパラメーターを評価し、自動ページングや並べ替え動作などの選択結果を処理するためのオプションも決定します。

protected:
 virtual System::Web::UI::WebControls::ModelDataSourceMethod ^ EvaluateSelectMethodParameters(System::Web::UI::DataSourceSelectArguments ^ arguments, [Runtime::InteropServices::Out] System::Web::UI::WebControls::DataSourceSelectResultProcessingOptions ^ % selectResultProcessingOptions);
protected virtual System.Web.UI.WebControls.ModelDataSourceMethod EvaluateSelectMethodParameters (System.Web.UI.DataSourceSelectArguments arguments, out System.Web.UI.WebControls.DataSourceSelectResultProcessingOptions selectResultProcessingOptions);
abstract member EvaluateSelectMethodParameters : System.Web.UI.DataSourceSelectArguments * DataSourceSelectResultProcessingOptions -> System.Web.UI.WebControls.ModelDataSourceMethod
override this.EvaluateSelectMethodParameters : System.Web.UI.DataSourceSelectArguments * DataSourceSelectResultProcessingOptions -> System.Web.UI.WebControls.ModelDataSourceMethod
Protected Overridable Function EvaluateSelectMethodParameters (arguments As DataSourceSelectArguments, ByRef selectResultProcessingOptions As DataSourceSelectResultProcessingOptions) As ModelDataSourceMethod

パラメーター

selectResultProcessingOptions
DataSourceSelectResultProcessingOptions

選択操作の完了時に選択結果を処理するために使用する DataSourceSelectResultProcessingOptions。 これらのオプションは、このメソッドで決定され、ProcessSelectMethodResult(DataSourceSelectArguments, DataSourceSelectResultProcessingOptions, ModelDataMethodResult) メソッドによって後で使用されます。

戻り値

選択メソッドを呼び出すために必要な情報。

適用対象