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 = 3The temporal type is history table.
None = 2The temporal type is none.
NotApplicable = 1The temporal type of the table is not applicable.
SystemVersioned = 4The temporal type is system versioned.
Unknown = 0The temporal type is unknown.