Share via


RelationalStrings.DuplicateIndexSortOrdersMismatch Method

Definition

The indexes {index1} on '{entityType1}' and {index2} on '{entityType2}' are both mapped to '{table}.{indexName}', but with different sort orders.

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

Parameters

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

Returns

Applies to