I have two collections, Customer, and Email. Customer has a Customer.Email field and the Email entity has an Email.From field. I need to get all the entities from the Email collection where Customer.Email equals Email.From but I need it to return the email entity not just the Email.From field.
Any ideas?
Thanks
1 Answer