CoreStrings.ValueCannotBeNull(Object, Object, Object) Metoda

Definicja

Wartość właściwości "{1_entityType}. Nie można ustawić wartości null dla elementu {0_property}, ponieważ jego typ to {propertyType}, który nie jest typem dopuszczalnym wartości null.

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

Parametry

property
Object
entityType
Object
propertyType
Object

Zwraca

Dotyczy