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