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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.