ContextDataSourceView.ExecuteInsert(IDictionary) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コレクションで指定された値を使用して、挿入操作を実行します。
protected:
override int ExecuteInsert(System::Collections::IDictionary ^ values);
protected override int ExecuteInsert (System.Collections.IDictionary values);
override this.ExecuteInsert : System.Collections.IDictionary -> int
Protected Overrides Function ExecuteInsert (values As IDictionary) As Integer
パラメーター
- values
- IDictionary
データ要素およびその新しい値を表す名前と値のペアで構成されるディクショナリ。
戻り値
データ ソースに挿入されたオブジェクトまたは行の数。