Compartir a través de


IConventionIndexBuilder.CanSetIsDescending Método

Definición

Devuelve un valor que indica si este criterio de ordenación de índice se puede configurar desde el origen de configuración actual.

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

true si se puede configurar la unicidad del índice.

Se aplica a