ISkipNavigation.JoinEntityType Property

Definition

Gets the join type used by the foreign key.

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

Property Value

Attributes

Applies to