Table of Contents

Enum SqlTableTemporalType

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

The type of temporal table. This applies to Azure and SQL Server 2016 and above.

public enum SqlTableTemporalType

Fields

HistoryTable = 3

The temporal type is history table.

None = 2

The temporal type is none.

NotApplicable = 1

The temporal type of the table is not applicable.

SystemVersioned = 4

The temporal type is system versioned.

Unknown = 0

The temporal type is unknown.