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


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

Определение

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

public static string PropertyInUseKey (object property, object entityType, object key);
public static string PropertyInUseKey (object property, object entityType, object keyProperties);
public static string PropertyInUseKey (object? property, object? entityType, object? keyProperties);
static member PropertyInUseKey : obj * obj * obj -> string
static member PropertyInUseKey : obj * obj * obj -> string
Public Shared Function PropertyInUseKey (property As Object, entityType As Object, key As Object) As String
Public Shared Function PropertyInUseKey (property As Object, entityType As Object, keyProperties As Object) As String

Параметры

property
Object
entityType
Object
keykeyProperties
Object

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

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