共用方式為


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

要插入的資料列值。

傳回

Int32

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

適用於