CoreStrings.DuplicateNamedIndex(Object, Object, Object, Object) Метод

Определение

Индекс с именем "{indexName}", определенный в свойствах {indexProperties}, нельзя добавить к типу сущности "{entityType}", так как индекс с таким же именем уже существует в типе сущности "{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

Параметры

indexName
Object
indexProperties
Object
entityType
Object
duplicateEntityType
Object

Возвращаемое значение

Применяется к