DataSourceView.ExecuteCommand Method (String, IDictionary, IDictionary, DataSourceViewOperationCallback)
.NET Framework (current version)
Executes the specified command.
Assembly: System.Web (in System.Web.dll)
abstract ExecuteCommand : commandName:string * keys:IDictionary * values:IDictionary * callback:DataSourceViewOperationCallback -> unit override ExecuteCommand : commandName:string * keys:IDictionary * values:IDictionary * callback:DataSourceViewOperationCallback -> unit
Parameters
- commandName
-
Type:
System.String
The name of the command.
- keys
-
Type:
System.Collections.IDictionary
A dictionary of object keys or row keys to act on.
- values
-
Type:
System.Collections.IDictionary
A dictionary of name/value pairs that represent data elements and their values.
- callback
-
Type:
System.Web.UI.DataSourceViewOperationCallback
A DataSourceViewOperationCallback object.
This method does not return a value.
.NET Framework
Available since 4.0
Available since 4.0
Show: