Link to home
Start Free TrialLog in
Avatar of bryan_z
bryan_zFlag for Canada

asked on

Create a non-anonymous "select new" in LINQ to SQL

This is really a two part question,

1) How do you do an "AND" clause in a join (see code snippet)

2) How do I take my "select new" results and turn it so I can return it as either a non-anonymous type or return it as a list.
ASKER CERTIFIED SOLUTION
Avatar of Fernando Soto
Fernando Soto
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of bryan_z

ASKER

Thanks. I thought i had posted the code example. Your example was great and just what I was looking for
Not a problem, glad I was able to help.  ;=)