Share via


IConventionElementType.Builder Property

Definition

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

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

Property Value

Exceptions

If the element has been removed from the model.

Applies to