ModelDataSourceView.EvaluateSelectMethodParameters メソッド

定義

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

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) メソッドによって使用されます。

返品

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

適用対象