manjula d

manjula d

  • NA
  • 172
  • 139.9k

mysql Query Changing LINQ to Entitities of DB

Aug 29 2013 9:04 AM
"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)