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: virtual Object^ ProcessSelectMethodResult( DataSourceSelectArguments^ arguments, DataSourceSelectResultProcessingOptions^ selectResultProcessingOptions, ModelDataMethodResult^ result )
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: