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

定义

无法从类型“{entityType}”中删除属性“{property}”,因为它正在“{indexType}”的索引 {index} 中使用。 必须先删除或重新定义包含的所有索引,然后才能删除属性。

public static string PropertyInUseIndex (object property, object entityType, object index, object indexType);
public static string PropertyInUseIndex (object? property, object? entityType, object? index, object? indexType);
static member PropertyInUseIndex : obj * obj * obj * obj -> string
Public Shared Function PropertyInUseIndex (property As Object, entityType As Object, index As Object, indexType As Object) As String

参数

property
Object
entityType
Object
index
Object
indexType
Object

返回

适用于