Share via


RuntimeEntityType.IReadOnlyEntityType.GetDeclaredNavigations Method

Definition

Gets all navigation properties declared on this entity type.

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

Returns

Declared navigation properties.

Implements

Attributes

Applies to