DeleteDataOperation.KeyValues Property

Definition

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

C#
public virtual object[,] KeyValues { get; set; }
C#
public virtual object?[,] KeyValues { get; set; }

Property Value

Object[,]

Applies to

Product Versions
Entity Framework Core 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0