Udostępnij za pośrednictwem


IForeignKeyAnnotationChangedConvention Interfejs

Definicja

Reprezentuje operację, która powinna być wykonywana po zmianie adnotacji na kluczu obcym.

public interface IForeignKeyAnnotationChangedConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IConvention
type IForeignKeyAnnotationChangedConvention = interface
    interface IConvention
Public Interface IForeignKeyAnnotationChangedConvention
Implements IConvention
Implementuje

Uwagi

Aby uzyskać więcej informacji i przykładów, zobacz Konwencje tworzenia modeli .

Metody

ProcessForeignKeyAnnotationChanged(IConventionForeignKeyBuilder, String, IConventionAnnotation, IConventionAnnotation, IConventionContext<IConventionAnnotation>)

Wywoływana po zmianie adnotacji na klucz obcy.

ProcessForeignKeyAnnotationChanged(IConventionRelationshipBuilder, String, IConventionAnnotation, IConventionAnnotation, IConventionContext<IConventionAnnotation>)

Wywoływana po zmianie adnotacji na klucz obcy.

Dotyczy