Compartir a través de


DatabaseColumn.IsComputed Propiedad

Definición

Obtiene o establece si se calcula o no la columna.

[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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a