IMutableEntityType.GetSkipNavigations Method

Definition

Gets the skip navigation properties on this entity type.

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

Returns

The skip navigation properties on this entity type.

Applies to