0
Fixed

Relational group transformations do not work due to misuse of LINQ statements.

Shane Day (Chief Technology Officer) 13 years ago updated by anonymous 8 years ago 2

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.

Resolved - please confirm fixed. ASC-3 related.

Confirmed resolved as per ASC-3 . Closed