DataSourceView.ExecuteCommand メソッド

定義

指定されたコマンドを実行します。

オーバーロード

ExecuteCommand(String, IDictionary, IDictionary, DataSourceViewOperationCallback)

指定されたコマンドを実行します。

ExecuteCommand(String, IDictionary, IDictionary)

指定されたコマンドを実行します。

ExecuteCommand(String, IDictionary, IDictionary, DataSourceViewOperationCallback)

指定されたコマンドを実行します。

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)

パラメーター

commandName
String

コマンドの名前。

keys
IDictionary

対象となるオブジェクト キーまたは行キーのディクショナリ。

values
IDictionary

データ要素およびその値を表す名前と値のペアで構成されるディクショナリ。

注釈

このメソッドは値を返しません。

適用対象

ExecuteCommand(String, IDictionary, IDictionary)

指定されたコマンドを実行します。

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

パラメーター

commandName
String

コマンドの名前。

keys
IDictionary

対象となるオブジェクト キーまたは行キーのディクショナリ。

values
IDictionary

データ要素およびその値を表す名前と値のペアで構成されるディクショナリ。

戻り値

Int32

操作の影響を受けた項目の数。

適用対象