IReadOnlyNavigationBase.TargetEntityType Property

Definition

Gets the entity type that this navigation property will hold an instance(s) of.

public Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType TargetEntityType { get; }
member this.TargetEntityType : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType
Public ReadOnly Property TargetEntityType As IReadOnlyEntityType

Property Value

Applies to