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

列を含むテーブルに似たストア オブジェクトの識別子。

戻り値

列の順序。

適用対象