【发布时间】:2017-02-10 06:33:27
【问题描述】:
如何在 linq 查询中构造以下 sql 查询以获得结果?
SELECT PageNumber from LMS_SurveyQuestion WHERE SurveyQuestionID IN
(SELECT SurveyQuestionID from LMS_SurveyQuestionOptionChoice
WHERE NextPageNumber = 4) and SurveyID = 1
【问题讨论】:
标签: c# .net linq linq-to-entities