다음을 통해 공유


RelationalTypeBaseExtensions.GetJsonPropertyName(IReadOnlyTypeBase) 메서드

정의

JSON 열에 매핑된 지정된 엔터티에 사용되는 JSON 속성 이름의 값을 가져옵니다.

public static string? GetJsonPropertyName (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyTypeBase typeBase);
static member GetJsonPropertyName : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyTypeBase -> string
<Extension()>
Public Function GetJsonPropertyName (typeBase As IReadOnlyTypeBase) As String

매개 변수

typeBase
IReadOnlyTypeBase

형식입니다.

반환

이 형식을 저장하는 데 사용되는 JSON 속성의 값입니다. null 는 JSON 열에 매핑되지 않은 엔터티에 대해 반환됩니다.

설명

명시적으로 구성하지 않는 한 탐색 이름이 사용됩니다.

적용 대상