IQueryable IGrouping how to work

Posted by user276640 on Stack Overflow See other posts from Stack Overflow or by user276640
Published on 2010-03-19T08:17:05Z Indexed on 2010/03/19 8:21 UTC
Read the original article Hit count: 327

Filed under:
|
|
|
|

i return such type IQueryable< IGrouping<int, Invoice>> List() how can i work with it? like with generic List<Invoice> ?

© Stack Overflow or respective owner

Related posts about iqueryable

Related posts about igrouping