Share via


SqlServerPropertyExtensions.GetSequenceSchema Metodo

Definizione

Overload

GetSequenceSchema(IReadOnlyProperty, StoreObjectIdentifier)

Restituisce lo schema da usare per la sequenza di generazione di valori chiave.

GetSequenceSchema(IReadOnlyProperty)

Restituisce lo schema da usare per la sequenza di generazione di valori chiave.

GetSequenceSchema(IReadOnlyProperty, StoreObjectIdentifier)

Restituisce lo schema da usare per la sequenza di generazione di valori chiave.

public static string? GetSequenceSchema (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetSequenceSchema : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty * StoreObjectIdentifier -> string
<Extension()>
Public Function GetSequenceSchema (property As IReadOnlyProperty, ByRef storeObject As StoreObjectIdentifier) As String

Parametri

property
IReadOnlyProperty

Proprietà.

storeObject
StoreObjectIdentifier

Identificatore dell'oggetto store.

Restituisce

Schema da usare per la sequenza di generazione di valori chiave.

Si applica a

GetSequenceSchema(IReadOnlyProperty)

Restituisce lo schema da usare per la sequenza di generazione di valori chiave.

public static string? GetSequenceSchema (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property);
static member GetSequenceSchema : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty -> string
<Extension()>
Public Function GetSequenceSchema (property As IReadOnlyProperty) As String

Parametri

property
IReadOnlyProperty

Proprietà.

Restituisce

Schema da usare per la sequenza di generazione di valori chiave.

Si applica a