다음을 통해 공유


SqlServerEntityTypeExtensions.GetPeriodStartPropertyName 메서드

정의

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

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

매개 변수

entityType
IReadOnlyEntityType

엔터티 형식입니다.

반환

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

적용 대상