共用方式為


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 如果可以設定索引唯一性,則為 。

適用於