Partager via


CoreStrings.InvalidKeyValue(Object, Object) Méthode

Définition

Impossible de suivre une entité de type « {entityType} », car sa propriété de clé primaire « {keyProperty} » est null.

public static string InvalidKeyValue (object entityType, object keyProperty);
public static string InvalidKeyValue (object? entityType, object? keyProperty);
static member InvalidKeyValue : obj * obj -> string
Public Shared Function InvalidKeyValue (entityType As Object, keyProperty As Object) As String

Paramètres

entityType
Object
keyProperty
Object

Retours

S’applique à