RelationalPropertyExtensions.SetColumnOrder メソッド

定義

オーバーロード

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

プロパティ。

order
Nullable<Int32>

列の順序。

適用対象

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

プロパティ。

order
Nullable<Int32>

列の順序。

fromDataAnnotation
Boolean

構成がデータ注釈を使用して指定されたかどうかを示す値。

戻り値

構成された値です。

適用対象