CoreStrings.DuplicateNamedIndex(Object, Object, Object, Object) Metoda

Definicja

Nie można dodać indeksu o nazwie "{indexName}" zdefiniowanego we właściwościach {indexProperties} do typu jednostki "{entityType}", ponieważ indeks o tej samej nazwie już istnieje w typie jednostki {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

Parametry

indexName
Object
indexProperties
Object
entityType
Object
duplicateEntityType
Object

Zwraca

Dotyczy