Help me with LINQ to entities query, please

Posted by plotnick on Stack Overflow See other posts from Stack Overflow or by plotnick
Published on 2010-05-18T14:40:41Z Indexed on 2010/05/18 16:30 UTC
Read the original article Hit count: 133

Filed under:
|
|

I need to build a query to the entities to get records including:

  • AssetWeapon,
  • PersonOut
  • number of records with IsIn = True,
  • number of records with IsIn = False,
  • name of the month of StartTime,

Records should be grouped by AssetWeapon

thank you guys!

alt text

© Stack Overflow or respective owner

Related posts about LINQ

Related posts about c#