다음을 통해 공유


CosmosPropertyExtensions.GetJsonPropertyName 메서드

정의

오버로드

GetJsonPropertyName(IProperty)

Cosmos를 대상으로 할 때 속성이 매핑되는 속성 이름을 반환합니다.

GetJsonPropertyName(IReadOnlyProperty)

Cosmos를 대상으로 할 때 속성이 매핑되는 속성 이름을 반환합니다.

GetJsonPropertyName(IProperty)

Cosmos를 대상으로 할 때 속성이 매핑되는 속성 이름을 반환합니다.

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

매개 변수

property
IProperty

속성입니다.

반환

Cosmos를 대상으로 할 때 속성이 매핑되는 속성 이름을 반환합니다.

적용 대상

GetJsonPropertyName(IReadOnlyProperty)

Cosmos를 대상으로 할 때 속성이 매핑되는 속성 이름을 반환합니다.

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

매개 변수

property
IReadOnlyProperty

속성입니다.

반환

Cosmos를 대상으로 할 때 속성이 매핑되는 속성 이름을 반환합니다.

적용 대상