CollectionResultExpression.Navigation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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