다음을 통해 공유


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

데이터 주석을 사용하여 구성을 지정했는지 여부를 나타내는 값입니다.

반환

구성된 값입니다.

적용 대상