Share via


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

속성 값

항목이 내림차순으로 정렬되면 true이고, 그렇지 않으면 false입니다.

설명

특성을 사용하여 정렬 순서를 System.ComponentModel.DataAnnotations.DisplayColumnAttribute 지정할 수 있습니다.

적용 대상