EntityEntry.References Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides access to change tracking information and loading information for all reference (i.e. non-collection) navigation properties of this entity.
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.ChangeTracking.ReferenceEntry> References { get; }
member this.References : seq<Microsoft.EntityFrameworkCore.ChangeTracking.ReferenceEntry>
Public Overridable ReadOnly Property References As IEnumerable(Of ReferenceEntry)
Property Value
Remarks
See Accessing tracked entities in EF Core and Changing foreign keys and navigations for more information and examples.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework