CoreStrings.NamedIndexWrongType(Object, Object) 方法

定义

无法从实体类型“{entityType}”中删除名为 {indexName} 的索引,因为该实体类型上不存在此类索引。

public static string NamedIndexWrongType (object indexName, object entityType);
public static string NamedIndexWrongType (object? indexName, object? entityType);
static member NamedIndexWrongType : obj * obj -> string
Public Shared Function NamedIndexWrongType (indexName As Object, entityType As Object) As String

参数

indexName
Object
entityType
Object

返回

适用于