Compartir a través de


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

Definición

La propiedad '{1_entityType}. {0_property}' no se puede marcar como nullable/opcional porque se ha incluido en la clave {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

Parámetros

property
Object
entityType
Object
keykeyProperties
Object

Devoluciones

Se aplica a