IConventionTypeBase.Builder Property

Definition

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

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

Property Value

Exceptions

If the type has been removed from the model.

Applies to