다음을 통해 공유


CosmosEntityTypeExtensions.GetPartitionKeyPropertyNameConfigurationSource 메서드

정의

ConfigurationSource 파티션 키를 저장하는 데 사용되는 속성에 대한 를 가져옵니다.

public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetPartitionKeyPropertyNameConfigurationSource (this Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType entityType);
static member GetPartitionKeyPropertyNameConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
<Extension()>
Public Function GetPartitionKeyPropertyNameConfigurationSource (entityType As IConventionEntityType) As Nullable(Of ConfigurationSource)

매개 변수

entityType
IConventionEntityType

구성 원본을 찾을 엔터티 형식입니다.

반환

ConfigurationSource 파티션 키 속성에 대한 입니다.

적용 대상