RelationalStrings.UnableToBindMemberToEntityProjection Method

Definition

Unable to bind '{memberType}.{member}' to an entity projection of '{entityType}'.

C#
public static string UnableToBindMemberToEntityProjection (object memberType, object member, object entityType);
C#
public static string UnableToBindMemberToEntityProjection (object? memberType, object? member, object? entityType);

Parameters

memberType
Object
member
Object
entityType
Object

Returns

Applies to

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