다음을 통해 공유


IConventionIndex.SetIsDescending 메서드

정의

이 인덱스의 정렬 순서(오름차순 또는 내림차순)를 설정합니다.

public System.Collections.Generic.IReadOnlyList<bool>? SetIsDescending (System.Collections.Generic.IReadOnlyList<bool>? descending, bool fromDataAnnotation = false);
abstract member SetIsDescending : System.Collections.Generic.IReadOnlyList<bool> * bool -> System.Collections.Generic.IReadOnlyList<bool>
Public Function SetIsDescending (descending As IReadOnlyList(Of Boolean), Optional fromDataAnnotation As Boolean = false) As IReadOnlyList(Of Boolean)

매개 변수

descending
IReadOnlyList<Boolean>

해당하는 각 인덱스 열에 내림차순 정렬 순서가 있는지 여부를 나타내는 값 집합입니다.

fromDataAnnotation
Boolean

데이터 주석을 사용하여 구성을 지정했는지 여부를 나타냅니다.

반환

구성된 정렬 순서입니다.

적용 대상