Share via


RuntimeEntityType.IReadOnlyEntityType.GetSkipNavigations Method

Definition

Gets the skip navigation properties on this entity type.

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

Returns

All skip navigation properties on this entity type.

Implements

Attributes

Applies to