Freigeben über


CoreStrings.DuplicateIndex(Object, Object, Object) Methode

Definition

Der Index {indexProperties} kann dem Entitätstyp '{entityType}' nicht hinzugefügt werden, da für den Entitätstyp '{duplicateEntityType}' bereits ein unbenannten Index für die gleichen Eigenschaften vorhanden ist. Fügen Sie einen Namen für einen der Indizes in "OnModelCreating" hinzu.

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

Parameter

indexindexProperties
Object
entityType
Object
duplicateEntityType
Object

Gibt zurück

Gilt für: