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

挿入する行の値。

返品

データ ソースに挿入された行の数。

適用対象