INavigationBase.Inverse Property

Definition

Gets the inverse navigation.

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

Property Value

Attributes

Applies to