0
Fixed
Relational group transformations do not work due to misuse of LINQ statements.
The following code:
var values = from rightSideEntity in context.Entities where IncludeEntity(leftSideValues, rightSideEntity) select rightSideEntity;
in MembershipListEntityDistinguishedNameTransformationBase
IncludeEntity method cannot be used this way, as the Entity Repository LINQ expression for function IncludeEntity cannot be transformed into LINQ to SQL.
Fix this issue.
Customer support service by UserEcho
Resolved - please confirm fixed.
ASC-3related.Confirmed resolved as per
ASC-3. Closed