다음을 통해 공유


RelationalComplexTypePropertyBuilderExtensions.HasColumnOrder 메서드

정의

오버로드

HasColumnOrder(ComplexTypePropertyBuilder, Nullable<Int32>)

속성이 매핑되는 열의 순서를 구성합니다.

HasColumnOrder<TProperty>(ComplexTypePropertyBuilder<TProperty>, Nullable<Int32>)

속성이 매핑되는 열의 순서를 구성합니다.

HasColumnOrder(ComplexTypePropertyBuilder, Nullable<Int32>)

속성이 매핑되는 열의 순서를 구성합니다.

public static Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexTypePropertyBuilder HasColumnOrder (this Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexTypePropertyBuilder propertyBuilder, int? order);
static member HasColumnOrder : Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexTypePropertyBuilder * Nullable<int> -> Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexTypePropertyBuilder
<Extension()>
Public Function HasColumnOrder (propertyBuilder As ComplexTypePropertyBuilder, order As Nullable(Of Integer)) As ComplexTypePropertyBuilder

매개 변수

propertyBuilder
ComplexTypePropertyBuilder

구성되는 속성의 작성기입니다.

order
Nullable<Int32>

열 순서입니다.

반환

동일한 작성기가 여러 호출을 연결할 수 있도록 instance.

적용 대상

HasColumnOrder<TProperty>(ComplexTypePropertyBuilder<TProperty>, Nullable<Int32>)

속성이 매핑되는 열의 순서를 구성합니다.

public static Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexTypePropertyBuilder<TProperty> HasColumnOrder<TProperty> (this Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexTypePropertyBuilder<TProperty> propertyBuilder, int? order);
static member HasColumnOrder : Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexTypePropertyBuilder<'Property> * Nullable<int> -> Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexTypePropertyBuilder<'Property>
<Extension()>
Public Function HasColumnOrder(Of TProperty) (propertyBuilder As ComplexTypePropertyBuilder(Of TProperty), order As Nullable(Of Integer)) As ComplexTypePropertyBuilder(Of TProperty)

형식 매개 변수

TProperty

매개 변수

propertyBuilder
ComplexTypePropertyBuilder<TProperty>

구성되는 속성의 작성기입니다.

order
Nullable<Int32>

열 순서입니다.

반환

동일한 작성기가 여러 호출을 연결할 수 있도록 instance.

적용 대상