QueryableDataSourceView.Insert(IDictionary) Metod

Definition

Utför en asynkron infogningsåtgärd på de dataobjekt som QueryableDataSourceView objektet representerar.

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

Parametrar

values
IDictionary

Värdena för de rader som ska infogas.

Returer

Antalet rader som infogades i datakällan.

Gäller för