IReadOnlyEntityType.GetSkipNavigations Method

Definition

Gets the skip navigation properties on this entity type.

public System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IReadOnlySkipNavigation> GetSkipNavigations ();
abstract member GetSkipNavigations : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IReadOnlySkipNavigation>
Public Function GetSkipNavigations () As IEnumerable(Of IReadOnlySkipNavigation)

Returns

All skip navigation properties on this entity type.

Applies to