IConventionServiceProperty.Builder Property

Definition

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

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

Property Value

Exceptions

If the service property has been removed from the model.

Applies to