ModelDataSourceView.ProcessSelectMethodResult Methode

Definition

Führt Vorgänge für das ausgewählte Methodenergebnis aus, wie Auto-Paging und -Sortierung, falls zutreffend.

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

Parameter

arguments
DataSourceSelectArguments

Das DataSourceSelectArguments-Objekt für den Auswahlvorgang.

selectResultProcessingOptions
DataSourceSelectResultProcessingOptions

Das DataSourceSelectResultProcessingOptions Objekt, das für die Verarbeitung des Auswahlergebnisses verwendet werden soll. Diese Optionen werden in einem früheren Aufruf von EvaluateSelectMethodParameters(DataSourceSelectArguments, DataSourceSelectResultProcessingOptions)bestimmt.

result
ModelDataMethodResult

Das Ergebnis, nachdem Vorgänge wie das automatische Paging und Sortieren abgeschlossen sind.

Gibt zurück

Das Ergebnis der Auswahlmethode.

Gilt für: