RelationalStrings.DuplicateIndexTableMismatch Метод

Определение

Индексы {index1} в "{entityType1}" и {index2} в "{entityType2}" сопоставляются с "{indexName}", но объявляются в разных таблицах ("{table1}" и "{table2}").

public static string DuplicateIndexTableMismatch (object indexProperties1, object entityType1, object indexProperties2, object entityType2, object indexName, object table1, object table2);
public static string DuplicateIndexTableMismatch (object? indexProperties1, object? entityType1, object? indexProperties2, object? entityType2, object? indexName, object? table1, object? table2);
public static string DuplicateIndexTableMismatch (object? index1, object? entityType1, object? index2, object? entityType2, object? indexName, object? table1, object? table2);

Параметры

indexProperties1index1
Object
entityType1
Object
indexProperties2index2
Object
entityType2
Object
indexName
Object
table1
Object
table2
Object

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

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

Продукт Версии
Entity Framework Core 5.0, 6.0, 7.0, 8.0, 9.0