1
Reply

mysql Query Changing LINQ to Entitities of DB

manjula d

manjula d

Aug 29 2013 9:04 AM
1.1k
"Select id,Submit_Flag,Answer,(select name from question  tb1 where tb1.question_id=tb2.secretQuestionID)Question from Vendor tb2 where AAA=@AAA and Type=@type;"

this is mysql Query But I want to change the query in LINQ to Entities.

"

Answers (1)