IConventionIndexBuilder.IsDescending 方法

定义

配置此索引列的排序顺序 () (升序或降序) 。

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

参数

descending
IReadOnlyList<Boolean>

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

fromDataAnnotation
Boolean

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

返回

如果配置了唯一性,则为同一生成器实例, null 否则为 。

适用于