UpdateDataOperation.KeyValues Property

Definition

The rows to be updated, represented as a list of key value arrays where each value in the array corresponds to a column in the KeyColumns property.

public virtual object[,] KeyValues { get; set; }
public virtual object?[,] KeyValues { get; set; }
member this.KeyValues : obj[,] with get, set
Public Overridable Property KeyValues As Object(,)

Property Value

Object[,]

Applies to