共用方式為


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 否則為 。

適用於