Share via


IRelationalModelAnnotations.Sequences Property

Definition

All ISequences contained in the model.

public System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.ISequence> Sequences { get; }
member this.Sequences : System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.ISequence>
Public ReadOnly Property Sequences As IReadOnlyList(Of ISequence)

Property Value

Applies to