Share via


SqlServerPropertyExtensions.FindSequence Metodo

Definizione

Overload

FindSequence(IProperty)

Trova l'oggetto ISequence nel modello da usare per il modello di generazione di valori chiave.

FindSequence(IReadOnlyProperty)

Trova l'oggetto ISequence nel modello da usare per il modello di generazione di valori chiave.

FindSequence(IProperty, StoreObjectIdentifier)

Trova l'oggetto ISequence nel modello da usare per il modello di generazione di valori chiave.

FindSequence(IReadOnlyProperty, StoreObjectIdentifier)

Trova l'oggetto ISequence nel modello da usare per il modello di generazione di valori chiave.

FindSequence(IProperty)

Trova l'oggetto ISequence nel modello da usare per il modello di generazione di valori chiave.

public static Microsoft.EntityFrameworkCore.Metadata.ISequence? FindSequence (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member FindSequence : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.Metadata.ISequence
<Extension()>
Public Function FindSequence (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

FindSequence(IReadOnlyProperty)

Trova l'oggetto ISequence nel modello da usare per il modello di generazione di valori chiave.

public static Microsoft.EntityFrameworkCore.Metadata.IReadOnlySequence? FindSequence (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property);
static member FindSequence : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty -> Microsoft.EntityFrameworkCore.Metadata.IReadOnlySequence
<Extension()>
Public Function FindSequence (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

FindSequence(IProperty, StoreObjectIdentifier)

Trova l'oggetto ISequence nel modello da usare per il modello di generazione di valori chiave.

public static Microsoft.EntityFrameworkCore.Metadata.ISequence? FindSequence (this Microsoft.EntityFrameworkCore.Metadata.IProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindSequence : Microsoft.EntityFrameworkCore.Metadata.IProperty * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Metadata.ISequence
<Extension()>
Public Function FindSequence (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

FindSequence(IReadOnlyProperty, StoreObjectIdentifier)

Trova l'oggetto ISequence nel modello da usare per il modello di generazione di valori chiave.

public static Microsoft.EntityFrameworkCore.Metadata.IReadOnlySequence? FindSequence (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindSequence : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Metadata.IReadOnlySequence
<Extension()>
Public Function FindSequence (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.

Si applica a