HistoryRepositoryDependencies.ConventionSetBuilder Property

Definition

The core convention set to use when creating the model.

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

Property Value

Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal.IConventionSetBuilder

Applies to