다음을 통해 공유


RelationalPropertyExtensions.GetColumnOrder 메서드

정의

오버로드

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

열을 포함하는 테이블과 유사한 저장소 개체의 식별자입니다.

반환

열 순서입니다.

적용 대상