EntityEntry.Collections 属性

定义

提供对此实体的所有集合导航属性的更改跟踪信息和加载信息的访问权限。

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

属性值

注解

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

适用于