IConventionIndexBuilder.CanSetIsDescending 方法

定义

返回一个值,该值指示是否可以从当前配置源配置此索引排序顺序。

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

参数

descending
IReadOnlyList<Boolean>

一组值,指示每个相应的索引列是否具有降序排序顺序。

fromDataAnnotation
Boolean

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

返回

true 如果可以配置索引唯一性,则为 。

适用于