Partager via


RelationalStrings.DuplicateIndexSortOrdersMismatch Méthode

Définition

Les index {index1} sur « {entityType1} » et {index2} sur « {entityType2} » sont tous deux mappés à « {table} ». {indexName}', mais avec des ordres de tri différents.

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

Paramètres

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

Retours

S’applique à