Share via


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 エンティティ型がテンポラル テーブルにマップされている場合は 。

適用対象