IComplexPropertyNullabilityChangedConvention.ProcessComplexPropertyNullabilityChanged 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在複雜屬性的可為 Null 性變更之後呼叫。
public void ProcessComplexPropertyNullabilityChanged (Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionComplexPropertyBuilder propertyBuilder, Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext<bool?> context);
abstract member ProcessComplexPropertyNullabilityChanged : Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionComplexPropertyBuilder * Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext<Nullable<bool>> -> unit
Public Sub ProcessComplexPropertyNullabilityChanged (propertyBuilder As IConventionComplexPropertyBuilder, context As IConventionContext(Of Nullable(Of Boolean)))
參數
- propertyBuilder
- IConventionComplexPropertyBuilder
屬性的產生器。
- context
- IConventionContext<Nullable<Boolean>>
與慣例執行相關聯的其他資訊。