Share via


RelationalStrings.DuplicateIndexFiltersMismatch Method

Definition

The indexes {index1} on '{entityType1}' and {index2} on '{entityType2}' are both mapped to '{table}.{indexName}', but with different filters ('{filter1}' and '{filter2}').

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

Parameters

indexProperties1index1
Object
entityType1
Object
indexProperties2index2
Object
entityType2
Object
table
Object
indexName
Object
filter1
Object
filter2
Object

Returns

Applies to