Condividi tramite


CoreStrings.ValueCannotBeNull(Object, Object, Object) Metodo

Definizione

Valore della proprietà '{1_entityType}. Impossibile impostare {0_property}' su Null perché il relativo tipo è '{propertyType}' che non è un tipo nullable.

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

Parametri

property
Object
entityType
Object
propertyType
Object

Restituisce

Si applica a