Freigeben über


CoreStrings.KeyWrongType(Object, Object, Object) Methode

Definition

Der Schlüssel {keyProperties} kann nicht aus dem Entitätstyp '{entityType}' entfernt werden, da er für den Entitätstyp '{otherEntityType}' definiert ist.

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

Parameter

keykeyProperties
Object
otherEntityTypeentityType
Object
entityTypeotherEntityType
Object

Gibt zurück

Gilt für: