次の方法で共有


IndexBuilder<T>.IsDescending(Boolean[]) メソッド

定義

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

public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.IndexBuilder<T> IsDescending (params bool[] descending);
override this.IsDescending : bool[] -> Microsoft.EntityFrameworkCore.Metadata.Builders.IndexBuilder<'T>
Public Overridable Function IsDescending (ParamArray descending As Boolean()) As IndexBuilder(Of T)

パラメーター

descending
Boolean[]

対応する各インデックス列に降順の並べ替え順序があるかどうかを示す値のセット。 空のリストは、すべてのインデックス列に降順の並べ替え順序があることを示します。

戻り値

複数の構成呼び出しをチェーンできるように、同じビルダー インスタンス。

適用対象