IRelationalModel.Sequences Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns all sequences contained in the model.
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.ISequence> Sequences { get; }
member this.Sequences : seq<Microsoft.EntityFrameworkCore.Metadata.ISequence>
Public Overridable ReadOnly Property Sequences As IEnumerable(Of ISequence)