Condividi tramite


RelationalStrings.DuplicateIndexSortOrdersMismatch Metodo

Definizione

Gli indici {index1} in '{entityType1}' e {index2} in '{entityType2}' sono entrambi mappati a '{table}. {indexName}', ma con ordini di ordinamento diversi.

public static string DuplicateIndexSortOrdersMismatch (object? index1, object? entityType1, object? index2, object? entityType2, object? table, object? indexName);
static member DuplicateIndexSortOrdersMismatch : obj * obj * obj * obj * obj * obj -> string
Public Shared Function DuplicateIndexSortOrdersMismatch (index1 As Object, entityType1 As Object, index2 As Object, entityType2 As Object, table As Object, indexName As Object) As String

Parametri

index1
Object
entityType1
Object
index2
Object
entityType2
Object
table
Object
indexName
Object

Restituisce

Si applica a