Compartir a través de


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

Definición

El índice denominado '{indexName}' definido en las propiedades {indexProperties} no se puede agregar al tipo de entidad '{entityType}' porque ya existe un índice con el mismo nombre en el tipo de entidad '{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

Devoluciones

Se aplica a