次の方法で共有


USqlDirectedColumn.Descending プロパティ

定義

インデックスが降順かどうかを示すスイッチを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象