ModelDataSourceView.EvaluateSelectMethodParameters Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Ocenia parametry metody wybierania, a także określa opcje przetwarzania wybranego wyniku, takie jak zachowanie automatycznego stronicowania i sortowania.
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
Parametry
- arguments
- DataSourceSelectArguments
Dla DataSourceSelectArguments operacji wybierania.
- selectResultProcessingOptions
- DataSourceSelectResultProcessingOptions
Do DataSourceSelectResultProcessingOptions użycia do przetwarzania wybranego wyniku po zakończeniu operacji wybierania. Te opcje są określane w tej metodzie, a następnie używane przez ProcessSelectMethodResult(DataSourceSelectArguments, DataSourceSelectResultProcessingOptions, ModelDataMethodResult) metodę .
Zwraca
Informacje wymagane do wywołania metody select.