SqlServerEntityTypeExtensions.IsTemporal(IReadOnlyEntityType) 方法

定义

返回一个值,该值指示实体类型是否映射到临时表。

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 如果实体类型映射到临时表,则为 。

适用于