MetaTable.SortDescending 属性

定义

当项用作外键关系中的父级时,获取一个指示是否按降序排序项的值。

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

属性值

Boolean

如果按降序排序项,则为 true;否则为 false

注解

可以使用属性指定排序顺序 System.ComponentModel.DataAnnotations.DisplayColumnAttribute

适用于