Share via


DatabaseIndex.IsDescending Property

Definition

A set of values indicating whether each corresponding index column has descending sort order.

[System.Runtime.CompilerServices.Nullable(1)]
public virtual System.Collections.Generic.IList<bool> IsDescending { get; set; }
public virtual System.Collections.Generic.IList<bool> IsDescending { get; set; }
[<System.Runtime.CompilerServices.Nullable(1)>]
member this.IsDescending : System.Collections.Generic.IList<bool> with get, set
member this.IsDescending : System.Collections.Generic.IList<bool> with get, set
Public Overridable Property IsDescending As IList(Of Boolean)

Property Value

Attributes

Applies to