Bagikan melalui


IComplexPropertyRemovedConvention.ProcessComplexPropertyRemoved Metode

Definisi

Dipanggil setelah properti kompleks dihapus dari objek seperti jenis.

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))

Parameter

typeBaseBuilder
IConventionTypeBaseBuilder

Penyusun untuk objek seperti jenis.

property
IConventionComplexProperty

Properti kompleks yang dihapus.

context
IConventionContext<IConventionComplexProperty>

Informasi tambahan yang terkait dengan eksekusi konvensi.

Berlaku untuk