SqlServerPropertyExtensions.FindHiLoSequence 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
FindHiLoSequence(IProperty) |
Trova l'oggetto ISequence nel modello da usare per il modello hi-lo. |
FindHiLoSequence(IReadOnlyProperty) |
Trova l'oggetto ISequence nel modello da usare per il modello hi-lo. |
FindHiLoSequence(IProperty, StoreObjectIdentifier) |
Trova l'oggetto ISequence nel modello da usare per il modello hi-lo. |
FindHiLoSequence(IReadOnlyProperty, StoreObjectIdentifier) |
Trova l'oggetto ISequence nel modello da usare per il modello hi-lo. |
FindHiLoSequence(IProperty)
Trova l'oggetto ISequence nel modello da usare per il modello hi-lo.
public static Microsoft.EntityFrameworkCore.Metadata.ISequence FindHiLoSequence (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
public static Microsoft.EntityFrameworkCore.Metadata.ISequence? FindHiLoSequence (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member FindHiLoSequence : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.Metadata.ISequence
<Extension()>
Public Function FindHiLoSequence (property As IProperty) As ISequence
Parametri
- property
- IProperty
Proprietà.
Restituisce
Sequenza da usare o null
se non esiste alcuna sequenza nel modello.
Si applica a
FindHiLoSequence(IReadOnlyProperty)
Trova l'oggetto ISequence nel modello da usare per il modello hi-lo.
public static Microsoft.EntityFrameworkCore.Metadata.IReadOnlySequence? FindHiLoSequence (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property);
static member FindHiLoSequence : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty -> Microsoft.EntityFrameworkCore.Metadata.IReadOnlySequence
<Extension()>
Public Function FindHiLoSequence (property As IReadOnlyProperty) As IReadOnlySequence
Parametri
- property
- IReadOnlyProperty
Proprietà.
Restituisce
Sequenza da usare o null
se non esiste alcuna sequenza nel modello.
Si applica a
FindHiLoSequence(IProperty, StoreObjectIdentifier)
Trova l'oggetto ISequence nel modello da usare per il modello hi-lo.
public static Microsoft.EntityFrameworkCore.Metadata.ISequence FindHiLoSequence (this Microsoft.EntityFrameworkCore.Metadata.IProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
public static Microsoft.EntityFrameworkCore.Metadata.ISequence? FindHiLoSequence (this Microsoft.EntityFrameworkCore.Metadata.IProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindHiLoSequence : Microsoft.EntityFrameworkCore.Metadata.IProperty * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Metadata.ISequence
<Extension()>
Public Function FindHiLoSequence (property As IProperty, ByRef storeObject As StoreObjectIdentifier) As ISequence
Parametri
- property
- IProperty
Proprietà.
- storeObject
- StoreObjectIdentifier
Identificatore dell'oggetto store.
Restituisce
Sequenza da usare o null
se non esiste alcuna sequenza nel modello.
Si applica a
FindHiLoSequence(IReadOnlyProperty, StoreObjectIdentifier)
Trova l'oggetto ISequence nel modello da usare per il modello hi-lo.
public static Microsoft.EntityFrameworkCore.Metadata.IReadOnlySequence? FindHiLoSequence (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindHiLoSequence : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Metadata.IReadOnlySequence
<Extension()>
Public Function FindHiLoSequence (property As IReadOnlyProperty, ByRef storeObject As StoreObjectIdentifier) As IReadOnlySequence
Parametri
- property
- IReadOnlyProperty
Proprietà.
- storeObject
- StoreObjectIdentifier
Identificatore dell'oggetto store.
Restituisce
Sequenza da usare o null
se non esiste alcuna sequenza nel modello.