CoreStrings.DuplicateNamedIndex(Object, Object, Object, Object) 方法

定义

无法将属性 {indexProperties} 上定义的名为“{indexName}”的索引添加到实体类型“{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

返回

适用于