CollectionResultExpression.Navigation Property

Definition

Caution

Use StructuralProperty instead.

The navigation if associated with the collection.

[System.Obsolete("Use StructuralProperty instead.", true)]
[System.Runtime.CompilerServices.Nullable(2)]
public virtual Microsoft.EntityFrameworkCore.Metadata.INavigationBase? Navigation { get; }
public virtual Microsoft.EntityFrameworkCore.Metadata.INavigationBase? Navigation { get; }
[System.Runtime.CompilerServices.Nullable(2)]
public virtual Microsoft.EntityFrameworkCore.Metadata.INavigationBase? Navigation { get; }
[<System.Obsolete("Use StructuralProperty instead.", true)>]
[<System.Runtime.CompilerServices.Nullable(2)>]
member this.Navigation : Microsoft.EntityFrameworkCore.Metadata.INavigationBase
member this.Navigation : Microsoft.EntityFrameworkCore.Metadata.INavigationBase
[<System.Runtime.CompilerServices.Nullable(2)>]
member this.Navigation : Microsoft.EntityFrameworkCore.Metadata.INavigationBase
Public Overridable ReadOnly Property Navigation As INavigationBase

Property Value

Attributes

Applies to