Partager via


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

Définition

Impossible d’ajouter l’index {indexProperties} au type d’entité « {entityType} », car un index sans nom sur les mêmes propriétés existe déjà sur le type d’entité « {duplicateEntityType} ». Envisagez d’ajouter un nom pour l’un des index dans « 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

Paramètres

indexindexProperties
Object
entityType
Object
duplicateEntityType
Object

Retours

S’applique à