Udostępnij za pośrednictwem


RelationalPropertyExtensions.GetColumnOrder Metoda

Definicja

Przeciążenia

GetColumnOrder(IReadOnlyProperty)

Zwraca kolejność kolumny, do której jest mapowana ta właściwość.

GetColumnOrder(IReadOnlyProperty, StoreObjectIdentifier)

Zwraca kolejność kolumny, do której jest mapowana ta właściwość dla określonej tabeli.

GetColumnOrder(IReadOnlyProperty)

Zwraca kolejność kolumny, do której jest mapowana ta właściwość.

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)

Parametry

property
IReadOnlyProperty

Właściwość.

Zwraca

Kolejność kolumn.

Dotyczy

GetColumnOrder(IReadOnlyProperty, StoreObjectIdentifier)

Zwraca kolejność kolumny, do której jest mapowana ta właściwość dla określonej tabeli.

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)

Parametry

property
IReadOnlyProperty

Właściwość.

storeObject
StoreObjectIdentifier

Identyfikator obiektu magazynu przypominającego tabelę zawierający kolumnę.

Zwraca

Kolejność kolumn.

Dotyczy