CoreStrings.ValueCannotBeNull(Object, Object, Object) Method

Definition

The value for property '{1_entityType}.{0_property}' cannot be set to null because its type is '{propertyType}' which is not a nullable type.

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

Parameters

property
Object
entityType
Object
propertyType
Object

Returns

Applies to