PropertyValues.Properties Property

Definition

Gets the properties for which this object is storing values.

C#
public abstract System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IProperty> Properties { get; }

Property Value

The properties.

Remarks

See Accessing tracked entities in EF Core for more information and examples.

Applies to

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