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