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 : 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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.