Aracılığıyla paylaş


RelationalPropertyExtensions.GetColumnOrder Yöntem

Tanım

Aşırı Yüklemeler

GetColumnOrder(IReadOnlyProperty)

Bu özelliğin eşlendiği sütunun sırasını döndürür.

GetColumnOrder(IReadOnlyProperty, StoreObjectIdentifier)

Bu özelliğin belirli bir tablo için eşlendiği sütunun sırasını döndürür.

GetColumnOrder(IReadOnlyProperty)

Bu özelliğin eşlendiği sütunun sırasını döndürür.

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)

Parametreler

property
IReadOnlyProperty

Özellik.

Döndürülenler

Sütun sırası.

Şunlara uygulanır

GetColumnOrder(IReadOnlyProperty, StoreObjectIdentifier)

Bu özelliğin belirli bir tablo için eşlendiği sütunun sırasını döndürür.

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)

Parametreler

property
IReadOnlyProperty

Özellik.

storeObject
StoreObjectIdentifier

Sütunu içeren tablo benzeri depolama nesnesinin tanımlayıcısı.

Döndürülenler

Sütun sırası.

Şunlara uygulanır