次の方法で共有


IConventionIndex.SetIsDescending メソッド

定義

このインデックスの並べ替え順序を設定します (昇順または降順)。

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

パラメーター

descending
IReadOnlyList<Boolean>

対応する各インデックス列に降順の並べ替え順序があるかどうかを示す値のセット。

fromDataAnnotation
Boolean

構成がデータ注釈を使用して指定されたかどうかを示します。

戻り値

構成された並べ替え順序。

適用対象