1
Answer

mysql Query Changing LINQ to Entitities of DB

"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)