RelationalPropertyExtensions.GetColumnOrder 方法

定義

多載

GetColumnOrder(IReadOnlyProperty)

傳回此屬性所對應之資料行的順序。

GetColumnOrder(IReadOnlyProperty, StoreObjectIdentifier)

傳回此屬性對應至特定資料表的資料行順序。

GetColumnOrder(IReadOnlyProperty)

傳回此屬性所對應之資料行的順序。

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)

參數

property
IReadOnlyProperty

屬性。

傳回

資料行順序。

適用於

GetColumnOrder(IReadOnlyProperty, StoreObjectIdentifier)

傳回此屬性對應至特定資料表的資料行順序。

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)

參數

property
IReadOnlyProperty

屬性。

storeObject
StoreObjectIdentifier

包含資料行之類似資料表的存放區物件的識別碼。

傳回

資料行順序。

適用於