MetaTable.SortDescending Property   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 : boolPublic ReadOnly Property SortDescending As BooleanPublic Overridable ReadOnly Property SortDescending As BooleanProperty 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.