IPropertyRemovedConvention Interfejs

Definicja

Reprezentuje operację, która powinna zostać wykonana po usunięciu właściwości z typu jednostki.

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

Uwagi

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

Metody

ProcessPropertyRemoved(IConventionEntityTypeBuilder, IConventionProperty, IConventionContext<IConventionProperty>)

Wywoływana po usunięciu właściwości z typu jednostki.

ProcessPropertyRemoved(IConventionTypeBaseBuilder, IConventionProperty, IConventionContext<IConventionProperty>)

Wywoływana po usunięciu właściwości z typu jednostki.

Dotyczy