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

データ要素とその値を表す名前と値のペアのディクショナリ。

返品

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

適用対象