locked
how to use count(*) and groupby using Linq RRS feed

  • Question

  • Hi ,

    any one know how to do, like simple in SQL

    Select user, Count(*) as submitted from table group by user

    i want to achive in LINQ

    i am storing in

    IEnumerable

     

    chartData = e.Result.ToList() // here i want apply condition grop by and count()

    Thursday, May 6, 2010 8:08 PM

Answers

All replies