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

要插入的值。

返回

Int32

插入的行数;否则,如果行数未知,则为 -1。

适用于