QueryableDataSourceView.ExecuteUpdate Metod

Definition

Utför en uppdateringsåtgärd.

protected:
 override int ExecuteUpdate(System::Collections::IDictionary ^ keys, System::Collections::IDictionary ^ values, System::Collections::IDictionary ^ oldValues);
protected override int ExecuteUpdate(System.Collections.IDictionary keys, System.Collections.IDictionary values, System.Collections.IDictionary oldValues);
override this.ExecuteUpdate : System.Collections.IDictionary * System.Collections.IDictionary * System.Collections.IDictionary -> int
Protected Overrides Function ExecuteUpdate (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