Condividi tramite


CoreStrings.DuplicateIndex(Object, Object, Object) Metodo

Definizione

Impossibile aggiungere l'indice {indexProperties} al tipo di entità '{entityType}' perché esiste già un indice senza nome nelle stesse proprietà nel tipo di entità '{duplicateEntityType}'. Prendere in considerazione l'aggiunta di un nome per uno degli indici in '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

Parametri

indexindexProperties
Object
entityType
Object
duplicateEntityType
Object

Restituisce

Si applica a