ModelDataSourceView.ProcessSelectMethodResult 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.
Wykonuje operacje na wyniku metody select, takie jak automatyczne stronicowanie i sortowanie, jeśli ma to zastosowanie.
protected:
virtual System::Object ^ ProcessSelectMethodResult(System::Web::UI::DataSourceSelectArguments ^ arguments, System::Web::UI::WebControls::DataSourceSelectResultProcessingOptions ^ selectResultProcessingOptions, System::Web::UI::WebControls::ModelDataMethodResult ^ result);
protected virtual object ProcessSelectMethodResult (System.Web.UI.DataSourceSelectArguments arguments, System.Web.UI.WebControls.DataSourceSelectResultProcessingOptions selectResultProcessingOptions, System.Web.UI.WebControls.ModelDataMethodResult result);
abstract member ProcessSelectMethodResult : System.Web.UI.DataSourceSelectArguments * System.Web.UI.WebControls.DataSourceSelectResultProcessingOptions * System.Web.UI.WebControls.ModelDataMethodResult -> obj
override this.ProcessSelectMethodResult : System.Web.UI.DataSourceSelectArguments * System.Web.UI.WebControls.DataSourceSelectResultProcessingOptions * System.Web.UI.WebControls.ModelDataMethodResult -> obj
Protected Overridable Function ProcessSelectMethodResult (arguments As DataSourceSelectArguments, selectResultProcessingOptions As DataSourceSelectResultProcessingOptions, result As ModelDataMethodResult) As Object
Parametry
- arguments
- DataSourceSelectArguments
Obiekt DataSourceSelectArguments operacji wybierania.
- selectResultProcessingOptions
- DataSourceSelectResultProcessingOptions
Obiekt DataSourceSelectResultProcessingOptions do użycia do przetwarzania wybranego wyniku. Te opcje są określane we wcześniejszym wywołaniu do EvaluateSelectMethodParameters(DataSourceSelectArguments, DataSourceSelectResultProcessingOptions) .
- result
- ModelDataMethodResult
Wynik po zakończeniu operacji, takich jak automatyczne stronicowanie/sortowanie, jest wykonywany.
Zwraca
Wynik metody select.