RuntimeEntityType.IEntityType.GetNavigations Method

Definition

Gets all navigation properties on the given entity type.

[System.Diagnostics.DebuggerStepThrough]
System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.INavigation> IEntityType.GetNavigations ();
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IEntityType.GetNavigations : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.INavigation>
override this.Microsoft.EntityFrameworkCore.Metadata.IEntityType.GetNavigations : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.INavigation>
Function GetNavigations () As IEnumerable(Of INavigation) Implements IEntityType.GetNavigations

Returns

All navigation properties on the given entity type.

Implements

Attributes

Applies to