MetaTable.SortDescending Property

Definition

Gets a value that indicates whether entries are sorted in descending order when they are used as parents in a foreign-key relationship.

public:
 property bool SortDescending { bool get(); };
public:
 virtual property bool SortDescending { bool get(); };
public bool SortDescending { get; }
public virtual bool SortDescending { get; }
member this.SortDescending : bool
Public ReadOnly Property SortDescending As Boolean
Public Overridable ReadOnly Property SortDescending As Boolean

Property Value

true if entries are sorted in descending order; otherwise, false.

Remarks

You can specify sort order by using the System.ComponentModel.DataAnnotations.DisplayColumnAttribute attribute.

Applies to