Global entity: { WorkerId , ProjId, Date }
Worker entity: { Workerid, WorkerName }
Project entity: { ProjId, ProjName }
New Projects entity : { ProjId, ProjInf }
的的WebMethod需要收到的日期,並返回:LINQ專業查詢的WebMethod
>WorkerName
>how many projects he has // count Project entity with WorkerId
>how many new projects he has // count New Projects entity with ProjId, we know wich ProjId needs to be count for the worker from the Global entity
請幫我建立這個LINQ查詢......我不能發現所有對谷歌的任何解決方案
請張貼在未來的更多信息。正確解釋您的實體的實體關係以及您嘗試使用的相同代碼(http://stackoverflow.com/questions/how-to-ask) – DaveShaw