IMutableNavigation.TargetEntityType Property

Definition

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

public virtual Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType TargetEntityType { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.TargetEntityType : Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType
Public Overridable ReadOnly Property TargetEntityType As IMutableEntityType

Property Value

Attributes

Applies to