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
值,指出是否使用資料批註指定組態。
傳回
已設定的值。