IConventionSequence.Builder Property

Definition

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

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

Property Value

Exceptions

If the sequence has been removed from the model.

Applies to