1
Answer

mysql Query Changing LINQ to Entitities of DB

Photo of manjula d

manjula d

12y
1.5k
1
"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)