Condividi tramite


IPropertyRemovedConvention.ProcessPropertyRemoved Metodo

Definizione

Overload

ProcessPropertyRemoved(IConventionEntityTypeBuilder, IConventionProperty, IConventionContext<IConventionProperty>)

Chiamato dopo che una proprietà viene rimossa dal tipo di entità.

ProcessPropertyRemoved(IConventionTypeBaseBuilder, IConventionProperty, IConventionContext<IConventionProperty>)

Chiamato dopo che una proprietà viene rimossa dal tipo di entità.

ProcessPropertyRemoved(IConventionEntityTypeBuilder, IConventionProperty, IConventionContext<IConventionProperty>)

Chiamato dopo che una proprietà viene rimossa dal tipo di entità.

public void ProcessPropertyRemoved (Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionEntityTypeBuilder entityTypeBuilder, Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property, Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext<Microsoft.EntityFrameworkCore.Metadata.IConventionProperty> context);
abstract member ProcessPropertyRemoved : Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionEntityTypeBuilder * Microsoft.EntityFrameworkCore.Metadata.IConventionProperty * Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext<Microsoft.EntityFrameworkCore.Metadata.IConventionProperty> -> unit
Public Sub ProcessPropertyRemoved (entityTypeBuilder As IConventionEntityTypeBuilder, property As IConventionProperty, context As IConventionContext(Of IConventionProperty))

Parametri

entityTypeBuilder
IConventionEntityTypeBuilder

Generatore per il tipo di entità che contiene la proprietà.

property
IConventionProperty

Proprietà rimossa.

context
IConventionContext<IConventionProperty>

Informazioni aggiuntive associate all'esecuzione della convenzione.

Si applica a

ProcessPropertyRemoved(IConventionTypeBaseBuilder, IConventionProperty, IConventionContext<IConventionProperty>)

Chiamato dopo che una proprietà viene rimossa dal tipo di entità.

public void ProcessPropertyRemoved (Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionTypeBaseBuilder typeBaseBuilder, Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property, Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext<Microsoft.EntityFrameworkCore.Metadata.IConventionProperty> context);
abstract member ProcessPropertyRemoved : Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionTypeBaseBuilder * Microsoft.EntityFrameworkCore.Metadata.IConventionProperty * Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext<Microsoft.EntityFrameworkCore.Metadata.IConventionProperty> -> unit
Public Sub ProcessPropertyRemoved (typeBaseBuilder As IConventionTypeBaseBuilder, property As IConventionProperty, context As IConventionContext(Of IConventionProperty))

Parametri

typeBaseBuilder
IConventionTypeBaseBuilder

Generatore per il tipo di entità che contiene la proprietà.

property
IConventionProperty

Proprietà rimossa.

context
IConventionContext<IConventionProperty>

Informazioni aggiuntive associate all'esecuzione della convenzione.

Si applica a