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

Definição

O índice chamado '{indexName}' definido nas propriedades {indexProperties} não pode ser adicionado ao tipo de entidade '{entityType}' porque já existe um índice com o mesmo nome no tipo de entidade '{duplicateEntityType}'.

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

Parâmetros

indexName
Object
indexProperties
Object
entityType
Object
duplicateEntityType
Object

Retornos

Aplica-se a