다음을 통해 공유


CosmosEntityTypeExtensions.GetPartitionKeyProperty 메서드

정의

오버로드

GetPartitionKeyProperty(IReadOnlyEntityType)

파티션 키를 저장하는 데 사용되는 속성을 반환합니다.

GetPartitionKeyProperty(IMutableEntityType)

파티션 키를 저장하는 데 사용되는 속성을 반환합니다.

GetPartitionKeyProperty(IConventionEntityType)

파티션 키를 저장하는 데 사용되는 속성을 반환합니다.

GetPartitionKeyProperty(IEntityType)

파티션 키를 저장하는 데 사용되는 속성을 반환합니다.

GetPartitionKeyProperty(IReadOnlyEntityType)

파티션 키를 저장하는 데 사용되는 속성을 반환합니다.

public static Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty? GetPartitionKeyProperty (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType entityType);
static member GetPartitionKeyProperty : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType -> Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty
<Extension()>
Public Function GetPartitionKeyProperty (entityType As IReadOnlyEntityType) As IReadOnlyProperty

매개 변수

entityType
IReadOnlyEntityType

파티션 키 속성을 가져올 엔터티 형식입니다.

반환

파티션 키 속성의 이름입니다.

적용 대상

GetPartitionKeyProperty(IMutableEntityType)

파티션 키를 저장하는 데 사용되는 속성을 반환합니다.

public static Microsoft.EntityFrameworkCore.Metadata.IMutableProperty? GetPartitionKeyProperty (this Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType entityType);
static member GetPartitionKeyProperty : Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType -> Microsoft.EntityFrameworkCore.Metadata.IMutableProperty
<Extension()>
Public Function GetPartitionKeyProperty (entityType As IMutableEntityType) As IMutableProperty

매개 변수

entityType
IMutableEntityType

파티션 키 속성을 가져올 엔터티 형식입니다.

반환

파티션 키 속성의 이름입니다.

적용 대상

GetPartitionKeyProperty(IConventionEntityType)

파티션 키를 저장하는 데 사용되는 속성을 반환합니다.

public static Microsoft.EntityFrameworkCore.Metadata.IConventionProperty? GetPartitionKeyProperty (this Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType entityType);
static member GetPartitionKeyProperty : Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType -> Microsoft.EntityFrameworkCore.Metadata.IConventionProperty
<Extension()>
Public Function GetPartitionKeyProperty (entityType As IConventionEntityType) As IConventionProperty

매개 변수

entityType
IConventionEntityType

파티션 키 속성을 가져올 엔터티 형식입니다.

반환

파티션 키 속성의 이름입니다.

적용 대상

GetPartitionKeyProperty(IEntityType)

파티션 키를 저장하는 데 사용되는 속성을 반환합니다.

public static Microsoft.EntityFrameworkCore.Metadata.IProperty? GetPartitionKeyProperty (this Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
static member GetPartitionKeyProperty : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> Microsoft.EntityFrameworkCore.Metadata.IProperty
<Extension()>
Public Function GetPartitionKeyProperty (entityType As IEntityType) As IProperty

매개 변수

entityType
IEntityType

파티션 키 속성을 가져올 엔터티 형식입니다.

반환

파티션 키 속성의 이름입니다.

적용 대상