次の方法で共有


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 それ以外の場合は 。

適用対象