Share via


SqlServerPropertyExtensions.GetSequenceName Metodo

Definizione

Overload

GetSequenceName(IReadOnlyProperty)

Restituisce il nome da usare per la sequenza di generazione di valori chiave.

GetSequenceName(IReadOnlyProperty, StoreObjectIdentifier)

Restituisce il nome da usare per la sequenza di generazione di valori chiave.

GetSequenceName(IReadOnlyProperty)

Restituisce il nome da usare per la sequenza di generazione di valori chiave.

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

Parametri

property
IReadOnlyProperty

Proprietà.

Restituisce

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

Si applica a

GetSequenceName(IReadOnlyProperty, StoreObjectIdentifier)

Restituisce il nome da usare per la sequenza di generazione di valori chiave.

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

Parametri

property
IReadOnlyProperty

Proprietà.

storeObject
StoreObjectIdentifier

Identificatore dell'oggetto store.

Restituisce

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

Si applica a