ModelDataSourceView.ProcessSelectMethodResult Method (DataSourceSelectArguments, DataSourceSelectResultProcessingOptions, ModelDataMethodResult)
.NET Framework (current version)
Performs operations on the select method result like auto paging and sorting if applicable.
Assembly: System.Web (in System.Web.dll)
Protected Overridable Function ProcessSelectMethodResult ( arguments As DataSourceSelectArguments, selectResultProcessingOptions As DataSourceSelectResultProcessingOptions, result As ModelDataMethodResult ) As Object
Parameters
- arguments
-
Type:
System.Web.UI.DataSourceSelectArguments
The DataSourceSelectArguments object for the select operation.
- selectResultProcessingOptions
-
Type:
System.Web.UI.WebControls.DataSourceSelectResultProcessingOptions
The DataSourceSelectResultProcessingOptions object to use for processing the select result.These options are determined in an earlier call to EvaluateSelectMethodParameters.
- result
-
Type:
System.Web.UI.WebControls.ModelDataMethodResult
The result after operations like auto paging/sorting are done.
.NET Framework
Available since 4.5
Available since 4.5
Show: