다음을 통해 공유


RelationalEntityTypeExtensions.GetCommentConfigurationSource 메서드

정의

ConfigurationSource 테이블 주석의 을 가져옵니다.

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

매개 변수

entityType
IConventionEntityType

구성 원본을 찾을 엔터티 형식입니다.

반환

ConfigurationSource 테이블 주석의 입니다.

적용 대상