Linguaggio

RelationalPropertyExtensions.GetColumnOrder Metodo

Definizione

Overload

Nome Descrizione
GetColumnOrder(IReadOnlyProperty)

Restituisce l'ordine della colonna a cui viene mappata questa proprietà.

GetColumnOrder(IReadOnlyProperty, StoreObjectIdentifier)

Restituisce l'ordine della colonna a cui viene mappata questa proprietà per una tabella specifica.

GetColumnOrder(IReadOnlyProperty)

Restituisce l'ordine della colonna a cui viene mappata questa proprietà.

public static int? GetColumnOrder (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property);
static member GetColumnOrder : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty -> Nullable<int>
<Extension()>
Public Function GetColumnOrder (property As IReadOnlyProperty) As Nullable(Of Integer)

Parametri

property
IReadOnlyProperty

Proprietà.

Valori restituiti

Ordine delle colonne.

Si applica a

GetColumnOrder(IReadOnlyProperty, StoreObjectIdentifier)

Restituisce l'ordine della colonna a cui viene mappata questa proprietà per una tabella specifica.

public static int? GetColumnOrder (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetColumnOrder : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty * StoreObjectIdentifier -> Nullable<int>
<Extension()>
Public Function GetColumnOrder (property As IReadOnlyProperty, ByRef storeObject As StoreObjectIdentifier) As Nullable(Of Integer)

Parametri

property
IReadOnlyProperty

Proprietà.

storeObject
StoreObjectIdentifier

Identificatore dell'oggetto archivio simile alla tabella contenente la colonna.

Valori restituiti

Ordine delle colonne.

Si applica a