Share via


IPropertyRemovedConvention Schnittstelle

Definition

Stellt einen Vorgang dar, der ausgeführt werden soll, wenn eine Eigenschaft aus dem Entitätstyp entfernt wird.

public interface IPropertyRemovedConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IConvention
type IPropertyRemovedConvention = interface
    interface IConvention
Public Interface IPropertyRemovedConvention
Implements IConvention
Abgeleitet
Implementiert

Hinweise

Weitere Informationen und Beispiele finden Sie unter Modellerstellungskonventionen .

Methoden

ProcessPropertyRemoved(IConventionEntityTypeBuilder, IConventionProperty, IConventionContext<IConventionProperty>)

Wird aufgerufen, nachdem eine Eigenschaft aus dem Entitätstyp entfernt wurde.

ProcessPropertyRemoved(IConventionTypeBaseBuilder, IConventionProperty, IConventionContext<IConventionProperty>)

Wird aufgerufen, nachdem eine Eigenschaft aus dem Entitätstyp entfernt wurde.

Gilt für: