次の方法で共有


DatabaseColumn.IsComputed プロパティ

定義

列が計算されるかどうかを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象