다음을 통해 공유


OwnedNavigationTableBuilder<TOwnerEntity,TDependentEntity>.HasComment 메서드

정의

테이블에 적용할 주석을 구성합니다.

public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTableBuilder<TOwnerEntity,TDependentEntity> HasComment (string? comment);
override this.HasComment : string -> Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTableBuilder<'OwnerEntity, 'DependentEntity (requires 'OwnerEntity : null and 'DependentEntity : null)>
Public Overridable Function HasComment (comment As String) As OwnedNavigationTableBuilder(Of TOwnerEntity, TDependentEntity)

매개 변수

comment
String

테이블에 대한 주석입니다.

반환

테이블을 추가로 구성하는 작성기입니다.

설명

자세한 내용 과 예제는 엔터티 형식 및 관계 모델링 을 참조하세요.

적용 대상