RelationalPropertyExtensions.GetColumnOrder メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
列を含むテーブルに似たストア オブジェクトの識別子。
戻り値
列の順序。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Entity Framework