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

挿入する行の値。

戻り値

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

適用対象