SqlServerPropertyExtensions.GetSequenceSchema Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.