0
我要創造這個瘋狂的查詢,並把它寫在LINQ語法查詢Linq中
select ContaId
from Contact
where
ContaMail = "[email protected]"
and
ContaId in (
select ContaId
from Participant
where
ParticipantId = "test")
我是新來的ASP MVC,所以請大家幫忙。
謝謝。
這是很方便的開始霖q:http://code.msdn.microsoft.com/101-LINQ-Samples-3fb9811b – Silvermind 2012-03-26 16:04:22
你的表結構是什麼樣的?你使用Linq to SQL或Entity Framework嗎? – Chris 2012-03-26 16:05:35
我正在使用實體框架並使用存儲庫 – kbaccouche 2012-03-26 16:07:14