다음을 통해 공유


SqlServerEntityTypeExtensions.GetPeriodEndPropertyName 메서드

정의

temporal 테이블에 매핑된 엔터티의 마침표 끝 속성 이름을 나타내는 값을 반환합니다.

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

매개 변수

entityType
IReadOnlyEntityType

엔터티 형식입니다.

반환

마침표 시작 속성의 이름입니다.

적용 대상