ModelDataSourceView.ProcessSelectMethodResult Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Voert bewerkingen uit op het resultaat van de selectiemethode, zoals automatisch paging en sorteren, indien van toepassing.
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
Parameters
- arguments
- DataSourceSelectArguments
Het DataSourceSelectArguments object voor de selectiebewerking.
- selectResultProcessingOptions
- DataSourceSelectResultProcessingOptions
Het DataSourceSelectResultProcessingOptions object dat moet worden gebruikt voor het verwerken van het selectieresultaat. Deze opties worden bepaald in een eerdere aanroep naar EvaluateSelectMethodParameters(DataSourceSelectArguments, DataSourceSelectResultProcessingOptions).
- result
- ModelDataMethodResult
Het resultaat na bewerkingen zoals automatische paging/sortering worden uitgevoerd.
Retouren
Het resultaat van de methode selecteren.