다음을 통해 공유


SqlServerEntityTypeExtensions.IsTemporal(IReadOnlyEntityType) 메서드

정의

엔터티 형식이 temporal 테이블에 매핑되는지 여부를 나타내는 값을 반환합니다.

public static bool IsTemporal (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType entityType);
static member IsTemporal : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType -> bool
<Extension()>
Public Function IsTemporal (entityType As IReadOnlyEntityType) As Boolean

매개 변수

entityType
IReadOnlyEntityType

엔터티 형식입니다.

반환

true 엔터티 형식이 temporal 테이블에 매핑되면 입니다.

적용 대상