Help me with LINQ to entities query, please
- by plotnick
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!