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

定义

无法从实体类型“{entityType}”中删除键 {keyProperties},因为它是在实体类型“{otherEntityType}”上定义的。

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

参数

keykeyProperties
Object
otherEntityTypeentityType
Object
entityTypeotherEntityType
Object

返回

适用于