共用方式為


QueryableDataSourceView.ExecuteInsert(IDictionary) 方法

定義

QueryableDataSourceView 物件表示的資料項目上,使用指定的值執行插入作業。

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

已插入資料來源的物件數目或資料列數目。

適用於