次の方法で共有


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 インデックスの一意性を構成できる場合は 。

適用対象