Språk

QueryableDataSourceView.Update(IDictionary, IDictionary, IDictionary) Metod

Definition

Utför en uppdateringsåtgärd.

public:
 int Update(System::Collections::IDictionary ^ keys, System::Collections::IDictionary ^ values, System::Collections::IDictionary ^ oldValues);
public int Update(System.Collections.IDictionary keys, System.Collections.IDictionary values, System.Collections.IDictionary oldValues);
override this.Update : System.Collections.IDictionary * System.Collections.IDictionary * System.Collections.IDictionary -> int
Public Function Update (keys As IDictionary, values As IDictionary, oldValues As IDictionary) As Integer

Parametrar

keys
IDictionary

Nycklarna för de rader som ska uppdateras.

values
IDictionary

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

oldValues
IDictionary

Radvärdena som ska utvärderas för att identifiera datakonflikter.

Returer

Antalet rader som uppdaterades i datakällan.

Gäller för