IConventionSkipNavigation.JoinEntityType Property

Definition

Gets the join type used by the foreign key.

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

Property Value

Attributes

Applies to