IConventionCheckConstraint.Builder Property

Definition

Gets the builder that can be used to configure this check constraint.

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

Property Value

Exceptions

If the check constraint has been removed from the model.

Applies to