ModelDataSourceView.GetSelectMethodResult Method (DataSourceSelectArguments)
.NET Framework (current version)
Invokes the select method and gets the result.
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.
| Exception | Condition |
|---|---|
| InvalidOperationException | The SelectMethod property is an empty string. |
.NET Framework
Available since 4.5
Available since 4.5
Show: