RuntimeEntityType.IEntityType.GetDeclaredNavigations Method

Definition

Gets all navigation properties declared on the given IEntityType.

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

Returns

Declared navigation properties.

Implements

Attributes

Applies to