IConventionSkipNavigation.Builder Property

Definition

Gets the builder that can be used to configure this property.

public Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionSkipNavigationBuilder Builder { get; }
member this.Builder : Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionSkipNavigationBuilder
Public ReadOnly Property Builder As IConventionSkipNavigationBuilder

Property Value

Exceptions

If the skip navigation has been removed from the model.

Applies to