SqlServerPropertyExtensions.GetHiLoSequenceSchema 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
GetHiLoSequenceSchema(IProperty) |
Restituisce lo schema da utilizzare per la sequenza hi-lo. |
GetHiLoSequenceSchema(IReadOnlyProperty) |
Restituisce lo schema da utilizzare per la sequenza hi-lo. |
GetHiLoSequenceSchema(IProperty, StoreObjectIdentifier) |
Restituisce lo schema da utilizzare per la sequenza hi-lo. |
GetHiLoSequenceSchema(IReadOnlyProperty, StoreObjectIdentifier) |
Restituisce lo schema da utilizzare per la sequenza hi-lo. |
GetHiLoSequenceSchema(IProperty)
Restituisce lo schema da utilizzare per la sequenza hi-lo.
public static string GetHiLoSequenceSchema (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member GetHiLoSequenceSchema : Microsoft.EntityFrameworkCore.Metadata.IProperty -> string
<Extension()>
Public Function GetHiLoSequenceSchema (property As IProperty) As String
Parametri
- property
- IProperty
Proprietà.
Restituisce
Schema da usare per la sequenza hi-lo.
Si applica a
GetHiLoSequenceSchema(IReadOnlyProperty)
Restituisce lo schema da utilizzare per la sequenza hi-lo.
public static string? GetHiLoSequenceSchema (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property);
static member GetHiLoSequenceSchema : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty -> string
<Extension()>
Public Function GetHiLoSequenceSchema (property As IReadOnlyProperty) As String
Parametri
- property
- IReadOnlyProperty
Proprietà.
Restituisce
Schema da usare per la sequenza hi-lo.
Si applica a
GetHiLoSequenceSchema(IProperty, StoreObjectIdentifier)
Restituisce lo schema da utilizzare per la sequenza hi-lo.
public static string GetHiLoSequenceSchema (this Microsoft.EntityFrameworkCore.Metadata.IProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetHiLoSequenceSchema : Microsoft.EntityFrameworkCore.Metadata.IProperty * StoreObjectIdentifier -> string
<Extension()>
Public Function GetHiLoSequenceSchema (property As IProperty, ByRef storeObject As StoreObjectIdentifier) As String
Parametri
- property
- IProperty
Proprietà.
- storeObject
- StoreObjectIdentifier
Identificatore dell'oggetto store.
Restituisce
Schema da usare per la sequenza hi-lo.
Si applica a
GetHiLoSequenceSchema(IReadOnlyProperty, StoreObjectIdentifier)
Restituisce lo schema da utilizzare per la sequenza hi-lo.
public static string? GetHiLoSequenceSchema (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetHiLoSequenceSchema : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty * StoreObjectIdentifier -> string
<Extension()>
Public Function GetHiLoSequenceSchema (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 hi-lo.