ContextDataSourceView.ExecuteInsert(IDictionary) メソッド

定義

コレクションで指定された値を使用して挿入操作を実行します。

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

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

返品

データ ソースに挿入されたオブジェクトまたは行の数。

適用対象