i am very new in LINQ so,I can't understand what the exact Linq
query is of this SQLquery.
Please give exact Linq
Query similar to this SQL query.
Select * From tblProduct
Where ProductId In
(Select ProductId from tblViewer Where ViewerId = 123)