DataSourceView::ExecuteCommand Method (String^, IDictionary^, IDictionary^)
.NET Framework (current version)
Executes the specified command.
Assembly: System.Web (in System.Web.dll)
protected: virtual int ExecuteCommand( String^ commandName, IDictionary^ keys, IDictionary^ values )
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: