Sdílet prostřednictvím


IComplexPropertyFieldChangedConvention.ProcessComplexPropertyFieldChanged Metoda

Definice

Volá se po změně záložního pole pro komplexní vlastnost.

public void ProcessComplexPropertyFieldChanged (Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionComplexPropertyBuilder propertyBuilder, System.Reflection.FieldInfo? newFieldInfo, System.Reflection.FieldInfo? oldFieldInfo, Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext<System.Reflection.FieldInfo> context);
abstract member ProcessComplexPropertyFieldChanged : Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionComplexPropertyBuilder * System.Reflection.FieldInfo * System.Reflection.FieldInfo * Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext<System.Reflection.FieldInfo> -> unit
Public Sub ProcessComplexPropertyFieldChanged (propertyBuilder As IConventionComplexPropertyBuilder, newFieldInfo As FieldInfo, oldFieldInfo As FieldInfo, context As IConventionContext(Of FieldInfo))

Parametry

propertyBuilder
IConventionComplexPropertyBuilder

Tvůrce vlastnosti.

newFieldInfo
FieldInfo

Nové pole

oldFieldInfo
FieldInfo

Staré pole.

context
IConventionContext<FieldInfo>

Další informace související se spuštěním konvence

Platí pro