共用方式為


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。

適用於