ModelDataSourceView.EvaluateSelectMethodParameters メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
選択メソッドのパラメーターを評価し、自動ページングや並べ替え動作などの選択結果を処理するためのオプションも決定します。
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
パラメーター
- arguments
- DataSourceSelectArguments
選択操作の DataSourceSelectArguments。
- selectResultProcessingOptions
- DataSourceSelectResultProcessingOptions
選択操作の完了時に選択結果を処理するために使用する DataSourceSelectResultProcessingOptions。 これらのオプションは、このメソッドで決定され、ProcessSelectMethodResult(DataSourceSelectArguments, DataSourceSelectResultProcessingOptions, ModelDataMethodResult) メソッドによって後で使用されます。
戻り値
選択メソッドを呼び出すために必要な情報。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET