Share via


IConventionProperty.Builder Property

Definition

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

[System.Runtime.CompilerServices.Nullable(1)]
public Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder Builder { get; }
public Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder Builder { get; }
[<System.Runtime.CompilerServices.Nullable(1)>]
member this.Builder : Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder
member this.Builder : Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder
Public ReadOnly Property Builder As IConventionPropertyBuilder

Property Value

Attributes

Exceptions

If the property has been removed from the model.

Applies to