Compartir a través de


IForeignKeyNullNavigationSetConvention Interfaz

Definición

Representa una operación que se debe realizar cuando se establece null una navegación en en una clave externa.

public interface IForeignKeyNullNavigationSetConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IConvention
type IForeignKeyNullNavigationSetConvention = interface
    interface IConvention
Public Interface IForeignKeyNullNavigationSetConvention
Implements IConvention
Derivado
Implementaciones

Comentarios

Consulte Convenciones de creación de modelos para obtener más información y ejemplos.

Métodos

ProcessForeignKeyNullNavigationSet(IConventionForeignKeyBuilder, Boolean, IConventionContext<IConventionNavigation>)

Se llama después de establecer null una navegación en en una clave externa.

Se aplica a