IDatabaseProviderServices.ConventionSetBuilder Property

Definition

Gets the Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal.IConventionSetBuilder for the database provider.

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

Property Value

Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal.IConventionSetBuilder

Applies to