DbSortClause.Ascending 속성

정의

이 정렬 키가 오름차순 정렬 순서를 사용하는지 여부를 나타내는 부울 값을 가져옵니다.

public:
 property bool Ascending { bool get(); };
public bool Ascending { get; }
member this.Ascending : bool
Public ReadOnly Property Ascending As Boolean

속성 값

true이 정렬 키가 오름차순 정렬 순서를 사용하는 경우 그렇지 않으면 . false

적용 대상