ModelDataSourceView.ExecuteInsert(IDictionary) メソッド

定義

InsertMethod メソッドを使用して挿入操作を実行します。

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

挿入される値。

返品

挿入された行の数。それ以外の場合は -1。数値が不明な場合は -1。

適用対象