Freigeben über


RelationalStrings.DuplicateIndexFiltersMismatch Methode

Definition

Die Indizes {index1} auf '{entityType1}' und {index2} auf '{entityType2}' sind jeweils '{table}' zugeordnet. {indexName}', aber mit unterschiedlichen Filtern ('{filter1}' und '{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

Parameter

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

Gibt zurück

Gilt für: