ModelDataSourceView.GetSelectMethodResult Method (DataSourceSelectArguments)

.NET Framework (current version)
 

Invokes the select method and gets the result.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

Protected Overridable Function GetSelectMethodResult (
	arguments As DataSourceSelectArguments
) As Object

Parameters

arguments
Type: System.Web.UI.DataSourceSelectArguments

The select method arguments.

Return Value

Type: System.Object

The result of the select method.

Exception Condition
InvalidOperationException

The SelectMethod property is an empty string.

.NET Framework
Available since 4.5
Return to top
Show: