ModelDataSourceView.EvaluateSelectMethodParameters Metoda

Definicja

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

ModelDataSourceMethod

Informacje wymagane do wywołania metody select.

Dotyczy