Поделиться через


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

Определение

Свойство "{property}" не может быть удалено из типа "{entityType}", так как оно используется в индексе {index} для "{indexType}". Перед удалением свойства необходимо удалить или переопределять все содержащие индексы.

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

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

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