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

要插入的行的值。

返回

已插入到数据源中的行数。

适用于