Partager via


CoreStrings.KeyWrongType(Object, Object, Object) Méthode

Définition

La clé {keyProperties} ne peut pas être supprimée du type d’entité « {entityType} », car elle est définie sur le type d’entité « {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

Paramètres

keykeyProperties
Object
otherEntityTypeentityType
Object
entityTypeotherEntityType
Object

Retours

S’applique à