DataSourceView.ExecuteCommand メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定されたコマンドを実行します。
オーバーロード
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
データ要素およびその値を表す名前と値のペアで構成されるディクショナリ。
- callback
- DataSourceViewOperationCallback
DataSourceViewOperationCallback オブジェクト。
注釈
このメソッドは値を返しません。
適用対象
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
データ要素およびその値を表す名前と値のペアで構成されるディクショナリ。
戻り値
操作の影響を受けた項目の数。