DatabaseModel.Sequences プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
データベース内のシーケンスの一覧。
public virtual System.Collections.Generic.ICollection<Microsoft.EntityFrameworkCore.Scaffolding.Metadata.SequenceModel> Sequences { get; }
public virtual System.Collections.Generic.IList<Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseSequence> Sequences { get; }
member this.Sequences : System.Collections.Generic.ICollection<Microsoft.EntityFrameworkCore.Scaffolding.Metadata.SequenceModel>
member this.Sequences : System.Collections.Generic.IList<Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseSequence>
Public Overridable ReadOnly Property Sequences As ICollection(Of SequenceModel)
Public Overridable ReadOnly Property Sequences As IList(Of DatabaseSequence)