MetaTable.SortDescending Propriedade
Definição
Obtém um valor que indica se as entradas são classificadas em ordem decrescente quando são usadas como pais em uma relação de chave estrangeira.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
Valor da propriedade
true Se as entradas forem classificadas em ordem decrescente; caso contrário, false .true if entries are sorted in descending order; otherwise, false.
Comentários
Você pode especificar a ordem de classificação usando o System.ComponentModel.DataAnnotations.DisplayColumnAttribute atributo.You can specify sort order by using the System.ComponentModel.DataAnnotations.DisplayColumnAttribute attribute.