IComplexPropertyRemovedConvention.ProcessComplexPropertyRemoved Metoda

Definicja

Wywoływane po usunięciu właściwości złożonej z obiektu przypominającego typ.

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

Parametry

typeBaseBuilder
IConventionTypeBaseBuilder

Konstruktor obiektu przypominającego typ.

property
IConventionComplexProperty

Usunięto właściwość złożoną.

context
IConventionContext<IConventionComplexProperty>

Dodatkowe informacje skojarzone z wykonywaniem konwencji.

Dotyczy