Browse by Tags

All Tags » LINQ (RSS)

LINQ Having Clause and Group By with condition by vik20000in

Hi, While querying with LINQ, some times we will have to use the group By clause. But many a times we also want to use the having clause of SQL with the group by clause in the LINQ. There is no direct having keyword in LINQ to do this we need to use the...
Filed under: , , ,

How to simulate IN Clause in LINQ queries by vik20000in

Hi, When working with the LINQ queries for SQL one of the common queries that we need to run is the select query with IN clause. In SQL IN clause is used to provide more than one value to match in the where clause. Something like the query below Select...
Filed under: , , ,
More Posts