question

ARUNAPANIGRAHY avatar image
ARUNAPANIGRAHY asked

How can I write a lamda expression for a single join with in multiple columns of a table on multiple columns of another table?

SELECT * FROM Table1 t1 INNER JOIN Table2 t2 on t2.EmailAddress=t1.EmailId or t2.PhoneNo=t1.MobileNo what will be the lamda expression/linq query for the above query?
sql-server-2008joincolumnslinq-to-sql
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

0 Answers

·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.