Udostępnij za pośrednictwem


IndexBuilder.IsDescending(Boolean[]) Metoda

Definicja

Konfiguruje kolejność sortowania dla kolumn tego indeksu (rosnąco lub malejąco).

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

Parametry

descending
Boolean[]

Zestaw wartości wskazujący, czy każda odpowiednia kolumna indeksu ma malejącą kolejność sortowania. Pusta lista wskazuje, że wszystkie kolumny indeksu będą miały malejącą kolejność sortowania.

Zwraca

To samo wystąpienie konstruktora, aby można było połączyć wiele wywołań konfiguracji.

Dotyczy