Bagikan melalui


SqlServerEntityTypeExtensions.IsTemporal(IReadOnlyEntityType) Metode

Definisi

Mengembalikan nilai yang menunjukkan apakah jenis entitas dipetakan ke tabel 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

Parameter

entityType
IReadOnlyEntityType

Jenis entitas.

Mengembalikan

true jika jenis entitas dipetakan ke tabel temporal.

Berlaku untuk