DataSourceView.ExecuteCommand Methode

Definitie

Hiermee wordt de opgegeven opdracht uitgevoerd.

Overloads

Name Description
ExecuteCommand(String, IDictionary, IDictionary, DataSourceViewOperationCallback)

Hiermee wordt de opgegeven opdracht uitgevoerd.

ExecuteCommand(String, IDictionary, IDictionary)

Hiermee wordt de opgegeven opdracht uitgevoerd.

ExecuteCommand(String, IDictionary, IDictionary, DataSourceViewOperationCallback)

Hiermee wordt de opgegeven opdracht uitgevoerd.

public:
 virtual void ExecuteCommand(System::String ^ commandName, System::Collections::IDictionary ^ keys, System::Collections::IDictionary ^ values, System::Web::UI::DataSourceViewOperationCallback ^ callback);
public virtual void ExecuteCommand(string commandName, System.Collections.IDictionary keys, System.Collections.IDictionary values, System.Web.UI.DataSourceViewOperationCallback callback);
abstract member ExecuteCommand : string * System.Collections.IDictionary * System.Collections.IDictionary * System.Web.UI.DataSourceViewOperationCallback -> unit
override this.ExecuteCommand : string * System.Collections.IDictionary * System.Collections.IDictionary * System.Web.UI.DataSourceViewOperationCallback -> unit
Public Overridable Sub ExecuteCommand (commandName As String, keys As IDictionary, values As IDictionary, callback As DataSourceViewOperationCallback)

Parameters

commandName
String

De naam van de opdracht.

keys
IDictionary

Een woordenlijst met objectsleutels of rijsleutels waarop moet worden gehandeld.

values
IDictionary

Een woordenlijst met naam-/waardeparen die gegevenselementen en hun waarden vertegenwoordigen.

Opmerkingen

Deze methode retourneert geen waarde.

Van toepassing op

ExecuteCommand(String, IDictionary, IDictionary)

Hiermee wordt de opgegeven opdracht uitgevoerd.

protected:
 virtual int ExecuteCommand(System::String ^ commandName, System::Collections::IDictionary ^ keys, System::Collections::IDictionary ^ values);
protected virtual int ExecuteCommand(string commandName, System.Collections.IDictionary keys, System.Collections.IDictionary values);
abstract member ExecuteCommand : string * System.Collections.IDictionary * System.Collections.IDictionary -> int
override this.ExecuteCommand : string * System.Collections.IDictionary * System.Collections.IDictionary -> int
Protected Overridable Function ExecuteCommand (commandName As String, keys As IDictionary, values As IDictionary) As Integer

Parameters

commandName
String

De naam van de opdracht.

keys
IDictionary

Een woordenlijst met objectsleutels of rijsleutels waarop moet worden gehandeld.

values
IDictionary

Een woordenlijst met naam-/waardeparen die gegevenselementen en hun waarden vertegenwoordigen.

Retouren

Het aantal items dat door de bewerking is beïnvloed.

Van toepassing op