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 如果實體類型對應至時態表,則為 。

適用於