Поделиться через


RelationalStrings.DuplicateIndexFiltersMismatch Метод

Определение

Индексы {index1} в "{entityType1}" и {index2} в "{entityType2}" сопоставляются с "{table}". {indexName}", но с разными фильтрами ("{filter1}" и "{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

Параметры

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

Возвращаемое значение

Применяется к