Share via


CosmosEntityTypeExtensions.GetContainingPropertyName 메서드

정의

오버로드

GetContainingPropertyName(IEntityType)

엔터티 형식이 매핑되는 부모 속성의 이름을 반환합니다.

GetContainingPropertyName(IReadOnlyEntityType)

엔터티 형식이 매핑되는 부모 속성의 이름을 반환합니다.

GetContainingPropertyName(IEntityType)

엔터티 형식이 매핑되는 부모 속성의 이름을 반환합니다.

public static string GetContainingPropertyName (this Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
static member GetContainingPropertyName : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> string
<Extension()>
Public Function GetContainingPropertyName (entityType As IEntityType) As String

매개 변수

entityType
IEntityType

포함하는 속성 이름을 가져올 엔터티 형식입니다.

반환

엔터티 형식이 매핑되는 부모 속성의 이름입니다.

적용 대상

GetContainingPropertyName(IReadOnlyEntityType)

엔터티 형식이 매핑되는 부모 속성의 이름을 반환합니다.

public static string? GetContainingPropertyName (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType entityType);
static member GetContainingPropertyName : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType -> string
<Extension()>
Public Function GetContainingPropertyName (entityType As IReadOnlyEntityType) As String

매개 변수

entityType
IReadOnlyEntityType

포함하는 속성 이름을 가져올 엔터티 형식입니다.

반환

엔터티 형식이 매핑되는 부모 속성의 이름입니다.

적용 대상