ISkipNavigationAddedConvention Interface

Definition

Represents an operation that should be performed when a skip navigation is added to the entity type.

public interface ISkipNavigationAddedConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IConvention
type ISkipNavigationAddedConvention = interface
    interface IConvention
Public Interface ISkipNavigationAddedConvention
Implements IConvention
Derived
Implements

Remarks

See Model building conventions for more information and examples.

Methods

ProcessSkipNavigationAdded(IConventionSkipNavigationBuilder, IConventionContext<IConventionSkipNavigationBuilder>)

Called after a skip navigation is added to the entity type.

Applies to