CoreStrings.MissingBackingField(Object, Object, Object) Method

Definition

The specified field '{field}' could not be found for property '{2_entityType}.{1_property}'.

C#
public static string MissingBackingField (object field, object property, object entityType);
C#
public static string MissingBackingField (object? field, object? property, object? entityType);

Parameters

field
Object
property
Object
entityType
Object

Returns

Applies to

Product Versions
Entity Framework Core 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0