EntityDataSourceView.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

挿入するエンティティの値。

戻り値

挿入された行数。操作が失敗した場合、または数が不明の場合は -1。

適用対象