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

定义

无法从类型“{entityType}”中删除属性“{property}”,因为它正在密钥 {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

返回

适用于