DatabaseTable.TemporalType Property

Definition

Gets or sets the table temporal type. Possible values include: 'NonTemporalTable', 'HistoryTable', 'SystemVersionedTemporalTable'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.temporalType")]
public string TemporalType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.temporalType")>]
member this.TemporalType : string with get, set
Public Property TemporalType As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to