Partager via


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

Définition

Propriété « {1_entityType}. {0_property}' ne peut pas être marqué comme nullable/facultatif, car il a été inclus dans la clé {keyProperties}.

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

Paramètres

property
Object
entityType
Object
keykeyProperties
Object

Retours

S’applique à