RelationalModelExtensions.GetSequences Metodo

Definizione

Overload

GetSequences(IMutableModel)

Restituisce tutte le sequenze contenute nel modello.

GetSequences(IReadOnlyModel)

Restituisce tutte le sequenze contenute nel modello.

GetSequences(IConventionModel)

Restituisce tutte le sequenze contenute nel modello.

GetSequences(IModel)

Restituisce tutte le sequenze contenute nel modello.

GetSequences(IMutableModel)

Restituisce tutte le sequenze contenute nel modello.

public static System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IMutableSequence> GetSequences (this Microsoft.EntityFrameworkCore.Metadata.IMutableModel model);
public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IMutableSequence> GetSequences (this Microsoft.EntityFrameworkCore.Metadata.IMutableModel model);
static member GetSequences : Microsoft.EntityFrameworkCore.Metadata.IMutableModel -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IMutableSequence>
static member GetSequences : Microsoft.EntityFrameworkCore.Metadata.IMutableModel -> seq<Microsoft.EntityFrameworkCore.Metadata.IMutableSequence>
<Extension()>
Public Function GetSequences (model As IMutableModel) As IReadOnlyList(Of IMutableSequence)
<Extension()>
Public Function GetSequences (model As IMutableModel) As IEnumerable(Of IMutableSequence)

Parametri

model
IMutableModel

Modello in cui ottenere le sequenze.

Restituisce

Si applica a

GetSequences(IReadOnlyModel)

Restituisce tutte le sequenze contenute nel modello.

public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IReadOnlySequence> GetSequences (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyModel model);
static member GetSequences : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyModel -> seq<Microsoft.EntityFrameworkCore.Metadata.IReadOnlySequence>
<Extension()>
Public Function GetSequences (model As IReadOnlyModel) As IEnumerable(Of IReadOnlySequence)

Parametri

model
IReadOnlyModel

Modello in cui ottenere le sequenze.

Restituisce

Si applica a

GetSequences(IConventionModel)

Restituisce tutte le sequenze contenute nel modello.

public static System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IConventionSequence> GetSequences (this Microsoft.EntityFrameworkCore.Metadata.IConventionModel model);
public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IConventionSequence> GetSequences (this Microsoft.EntityFrameworkCore.Metadata.IConventionModel model);
static member GetSequences : Microsoft.EntityFrameworkCore.Metadata.IConventionModel -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IConventionSequence>
static member GetSequences : Microsoft.EntityFrameworkCore.Metadata.IConventionModel -> seq<Microsoft.EntityFrameworkCore.Metadata.IConventionSequence>
<Extension()>
Public Function GetSequences (model As IConventionModel) As IReadOnlyList(Of IConventionSequence)
<Extension()>
Public Function GetSequences (model As IConventionModel) As IEnumerable(Of IConventionSequence)

Parametri

model
IConventionModel

Modello in cui ottenere le sequenze.

Restituisce

Si applica a

GetSequences(IModel)

Restituisce tutte le sequenze contenute nel modello.

public static System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.ISequence> GetSequences (this Microsoft.EntityFrameworkCore.Metadata.IModel model);
public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.ISequence> GetSequences (this Microsoft.EntityFrameworkCore.Metadata.IModel model);
static member GetSequences : Microsoft.EntityFrameworkCore.Metadata.IModel -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.ISequence>
static member GetSequences : Microsoft.EntityFrameworkCore.Metadata.IModel -> seq<Microsoft.EntityFrameworkCore.Metadata.ISequence>
<Extension()>
Public Function GetSequences (model As IModel) As IReadOnlyList(Of ISequence)
<Extension()>
Public Function GetSequences (model As IModel) As IEnumerable(Of ISequence)

Parametri

model
IModel

Modello in cui ottenere le sequenze.

Restituisce

Si applica a