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

指示是否使用数据注释指定配置。

返回

配置的排序顺序 () 。

适用于