다음을 통해 공유


CosmosPropertyExtensions.GetJsonPropertyNameConfigurationSource 메서드

정의

Cosmos를 ConfigurationSource 대상으로 지정할 때 속성이 매핑되는 속성 이름을 가져옵니다.

public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetJsonPropertyNameConfigurationSource (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property);
static member GetJsonPropertyNameConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
<Extension()>
Public Function GetJsonPropertyNameConfigurationSource (property As IConventionProperty) As Nullable(Of ConfigurationSource)

매개 변수

property
IConventionProperty

속성입니다.

반환

ConfigurationSource Cosmos를 대상으로 할 때 속성이 매핑되는 속성 이름입니다.

적용 대상