How to add second JOIN clause in Linq To Sql?
- by Refracted Paladin
I am having a lot of trouble coming up with the Linq equivalent of this legacy stored procedure. The biggest hurdle is it doesn't seem to want to let me add a second 'clause' on the join with tblAddress. I am getting a Cannot resolve method... error.
Can anyone point out what I am doing wrong? Below is, first, the SPROC I need to convert and,…