ModelSourceDependencies.CoreConventionSetBuilder Property

Definition

Gets the Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal.ICoreConventionSetBuilder that will build the conventions to be used to build the model.

public Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal.ICoreConventionSetBuilder CoreConventionSetBuilder { get; }
member this.CoreConventionSetBuilder : Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal.ICoreConventionSetBuilder
Public ReadOnly Property CoreConventionSetBuilder As ICoreConventionSetBuilder

Property Value

Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal.ICoreConventionSetBuilder

Applies to