DatabaseModel.Sequences Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Liste des séquences dans la base de données.
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)