CoreStrings.PropertyConceptualNullSensitive(Object, Object, Object) Method

Definition

The property '{property}' contains null on entity '{entityType}' with the key value '{keyValue}', but the property is marked as required.

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

Parameters

property
Object
entityType
Object
keyValue
Object

Returns

Applies to