CoreStrings.QueryEntityMaterializationConditionWrongShape(Object) Method

Definition

The materialization condition passed for entity shaper of entity type '{entityType}' is not of the correct shape. A materialization condition must be a 'LambdaExpression' of 'Func<ValueBuffer, IEntityType>'.

C#
public static string QueryEntityMaterializationConditionWrongShape (object entityType);
C#
public static string QueryEntityMaterializationConditionWrongShape (object? entityType);

Parameters

entityType
Object

Returns

Applies to

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