다음을 통해 공유


RelationalEntityTypeExtensions.GetJsonPropertyNameConfigurationSource 메서드

정의

ConfigurationSource 지정된 엔터티 형식의 JSON 속성 이름에 대한 를 가져옵니다.

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

매개 변수

entityType
IConventionEntityType

엔터티 형식입니다.

반환

ConfigurationSource 지정된 엔터티 형식의 JSON 속성 이름에 대한 입니다.

적용 대상