RelationalPropertyExtensions.SetColumnOrder メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
SetColumnOrder(IMutableProperty, Nullable<Int32>) |
プロパティがマップされる列の順序を設定します。 |
SetColumnOrder(IConventionProperty, Nullable<Int32>, Boolean) |
プロパティがマップされる列の順序を設定します。 |
SetColumnOrder(IMutableProperty, Nullable<Int32>)
プロパティがマップされる列の順序を設定します。
public static void SetColumnOrder (this Microsoft.EntityFrameworkCore.Metadata.IMutableProperty property, int? order);
static member SetColumnOrder : Microsoft.EntityFrameworkCore.Metadata.IMutableProperty * Nullable<int> -> unit
<Extension()>
Public Sub SetColumnOrder (property As IMutableProperty, order As Nullable(Of Integer))
パラメーター
- property
- IMutableProperty
プロパティ。
適用対象
SetColumnOrder(IConventionProperty, Nullable<Int32>, Boolean)
プロパティがマップされる列の順序を設定します。
public static int? SetColumnOrder (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property, int? order, bool fromDataAnnotation = false);
static member SetColumnOrder : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty * Nullable<int> * bool -> Nullable<int>
<Extension()>
Public Function SetColumnOrder (property As IConventionProperty, order As Nullable(Of Integer), Optional fromDataAnnotation As Boolean = false) As Nullable(Of Integer)
パラメーター
- property
- IConventionProperty
プロパティ。
- fromDataAnnotation
- Boolean
構成がデータ注釈を使用して指定されたかどうかを示す値。
戻り値
構成された値です。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Entity Framework