Sdílet prostřednictvím


IForeignKeyNullNavigationSetConvention Rozhraní

Definice

Představuje operaci, která by měla být provedena, když je navigace nastavena na null cizí klíč.

public interface IForeignKeyNullNavigationSetConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IConvention
type IForeignKeyNullNavigationSetConvention = interface
    interface IConvention
Public Interface IForeignKeyNullNavigationSetConvention
Implements IConvention
Odvozené
Implementuje

Poznámky

Další informace a příklady najdete v tématu Konvence vytváření modelů .

Metody

ProcessForeignKeyNullNavigationSet(IConventionForeignKeyBuilder, Boolean, IConventionContext<IConventionNavigation>)

Volá se po nastavení navigace na hodnotu na null cizí klíč.

Platí pro