Compartir a través de


IConventionIndex.SetIsDescending Método

Definición

Establece los ordenes de ordenación para este índice (ascendente o descendente).

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)

Parámetros

descending
IReadOnlyList<Boolean>

Un conjunto de valores que indica si cada columna de índice correspondiente tiene un criterio de ordenación descendente.

fromDataAnnotation
Boolean

Indica si la configuración se especificó mediante una anotación de datos.

Devoluciones

Los criterios de ordenación configurados.

Se aplica a