共用方式為


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

指出是否已使用資料批註指定組態。

傳回

設定的排序次序 () 。

適用於