DataSourceView.ExecuteCommand Method (String, IDictionary, IDictionary)
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Executes the specified command.
Assembly: System.Web (in System.Web.dll)
Protected Overridable Function ExecuteCommand ( commandName As String, keys As IDictionary, values As IDictionary ) As Integer
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.
.NET Framework
Available since 4.0
Available since 4.0
Show: