Share via


DatabaseColumn.IsComputed Property

Definition

Gets or sets whether or not the column is computed.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.isComputed")]
public bool? IsComputed { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.isComputed")>]
member this.IsComputed : Nullable<bool> with get, set
Public Property IsComputed As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to