IConventionProperty.Builder Property

Definition

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

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

Property Value

Exceptions

If the property has been removed from the model.

Applies to