CoreStrings.DuplicateIndex(Object, Object, Object) Método

Definição

O índice {indexProperties} não pode ser adicionado ao tipo de entidade '{entityType}' porque já existe um índice sem nome nas mesmas propriedades no tipo de entidade '{duplicateEntityType}'. Considere adicionar um nome para um dos índices em 'OnModelCreating'.

public static string DuplicateIndex (object index, object entityType, object duplicateEntityType);
public static string DuplicateIndex (object indexProperties, object entityType, object duplicateEntityType);
public static string DuplicateIndex (object? indexProperties, object? entityType, object? duplicateEntityType);
static member DuplicateIndex : obj * obj * obj -> string
static member DuplicateIndex : obj * obj * obj -> string
Public Shared Function DuplicateIndex (index As Object, entityType As Object, duplicateEntityType As Object) As String
Public Shared Function DuplicateIndex (indexProperties As Object, entityType As Object, duplicateEntityType As Object) As String

Parâmetros

indexindexProperties
Object
entityType
Object
duplicateEntityType
Object

Retornos

Aplica-se a