This topic has not yet been rated - Rate this topic

ModelDataSourceView.ProcessSelectMethodResult Method

.NET Framework 4.5

Performs operations on the select method result like auto paging and sorting if applicable.

Namespace:  System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)
'Declaration
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.

Return Value

Type: System.Object
Returns the select method result.

.NET Framework

Supported in: 4.5

Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.