EntityEntry.Properties 属性

定义

提供对此实体的所有属性的更改跟踪信息和操作的访问。

public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.ChangeTracking.PropertyEntry> Properties { get; }
member this.Properties : seq<Microsoft.EntityFrameworkCore.ChangeTracking.PropertyEntry>
Public Overridable ReadOnly Property Properties As IEnumerable(Of PropertyEntry)

属性值

注解

有关详细信息和示例,请参阅 在 EF Core 中访问跟踪的实体

适用于