IConventionAnnotatable.Builder Property

Definition

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

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

Property Value

Exceptions

If the object has been removed from the model.

Applies to