다음을 통해 공유


RelationalEntityTypeExtensions.GetComment 메서드

정의

오버로드

GetComment(IEntityType)

이 엔터티가 매핑된 테이블에 대한 주석을 반환합니다.

GetComment(IReadOnlyEntityType)

이 엔터티가 매핑된 테이블에 대한 주석을 반환합니다.

GetComment(IEntityType)

이 엔터티가 매핑된 테이블에 대한 주석을 반환합니다.

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

매개 변수

entityType
IEntityType

엔터티 형식입니다.

반환

이 엔터티가 매핑된 테이블에 대한 주석입니다.

적용 대상

GetComment(IReadOnlyEntityType)

이 엔터티가 매핑된 테이블에 대한 주석을 반환합니다.

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

매개 변수

entityType
IReadOnlyEntityType

엔터티 형식입니다.

반환

이 엔터티가 매핑된 테이블에 대한 주석입니다.

적용 대상