ModelSourceDependencies.ModelCustomizer Property

Definition

Gets the IModelCustomizer that will perform additional configuration of the model in addition to what is discovered by convention.

public Microsoft.EntityFrameworkCore.Infrastructure.IModelCustomizer ModelCustomizer { get; }
public Microsoft.EntityFrameworkCore.Infrastructure.IModelCustomizer ModelCustomizer { get; init; }
member this.ModelCustomizer : Microsoft.EntityFrameworkCore.Infrastructure.IModelCustomizer
member this.ModelCustomizer : Microsoft.EntityFrameworkCore.Infrastructure.IModelCustomizer with get, set
Public ReadOnly Property ModelCustomizer As IModelCustomizer
Public Property ModelCustomizer As IModelCustomizer

Property Value

Applies to