CoreStrings.PropertyConceptualNullSensitive(Object, Object, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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