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

一個由名稱/值對組成的字典,代表資料元素及其新值。

傳回

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

適用於