ModelDataSourceView.GetSelectMethodResult Method (DataSourceSelectArguments)
.NET Framework (current version)
Invokes the select method and gets the result.
Assembly: System.Web (in System.Web.dll)
abstract GetSelectMethodResult : arguments:DataSourceSelectArguments -> Object override GetSelectMethodResult : arguments:DataSourceSelectArguments -> 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: