LinqDataSourceView.ExecuteInsert(IDictionary) Metod

Definition

Utför en infogningsåtgärd med hjälp av de värden som anges i en samling.

protected:
 override int ExecuteInsert(System::Collections::IDictionary ^ values);
protected override int ExecuteInsert(System.Collections.IDictionary values);
override this.ExecuteInsert : System.Collections.IDictionary -> int
Protected Overrides Function ExecuteInsert (values As IDictionary) As Integer

Parametrar

values
IDictionary

Radvärdena som ska infogas i datakällan.

Returer

Antalet objekt eller rader som infogades i datakällan.

Kommentarer

Information om hur du infogar data via en LinqDataSource kontroll finns i Insert(IDictionary)LinqDataSource klassens metod.

Gäller för