Sdílet prostřednictvím


ModelDataSourceView.ProcessSelectMethodResult Metoda

Definice

Provádí operace s výsledkem metody select, jako je automatické stránkování a řazení, pokud je to možné.

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

Objekt DataSourceSelectArguments pro operaci výběru.

selectResultProcessingOptions
DataSourceSelectResultProcessingOptions

Objekt DataSourceSelectResultProcessingOptions , který se má použít pro zpracování výsledku výběru. Tyto možnosti jsou určeny v dřívějším volání aplikace EvaluateSelectMethodParameters(DataSourceSelectArguments, DataSourceSelectResultProcessingOptions).

result
ModelDataMethodResult

Výsledek po dokončení operací, jako je automatické stránkování nebo řazení.

Návraty

Výsledek metody select

Platí pro