IConventionEntityType.Builder Property

Definition

Gets the builder that can be used to configure this entity type.

public Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionEntityTypeBuilder Builder { get; }
member this.Builder : Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionEntityTypeBuilder
Public ReadOnly Property Builder As IConventionEntityTypeBuilder

Property Value

Exceptions

If the entity type has been removed from the model.

Applies to