QueryableDataSourceView.Insert(IDictionary) Method

Definition

Performs an asynchronous insert operation on the data items that the QueryableDataSourceView object represents.

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

Parameters

values
IDictionary

The values of the rows to insert.

Returns

The number of rows that were inserted into the data source.

Applies to