QueryableDataSourceView.Insert(IDictionary) 方法

定義

對物件所代表的資料項目 QueryableDataSourceView 執行非同步插入操作。

public:
 int Insert(System::Collections::IDictionary ^ values);
public int Insert(System.Collections.IDictionary values);
override this.Insert : System.Collections.IDictionary -> int
Public Function Insert (values As IDictionary) As Integer

參數

values
IDictionary

要插入的列值。

傳回

資料來源中插入的列數。

適用於