CoreStrings.IncompatibleSentinelValue(Object, Object, Object, Object) Method

Definition

The sentinel value '{sentinel}' is not assignable to the property '{entityType}.{property}' of type '{type}'.

C#
public static string IncompatibleSentinelValue (object? sentinel, object? entityType, object? property, object? type);

Parameters

sentinel
Object
entityType
Object
property
Object
type
Object

Returns

Applies to

Product Versions
Entity Framework Core 9.0