What's the difference between IQueryable and IEnumerable

Posted by James Hay on Stack Overflow See other posts from Stack Overflow or by James Hay
Published on 2010-03-12T14:22:40Z Indexed on 2010/03/12 14:37 UTC
Read the original article Hit count: 493

Filed under:
|
|

I'm confused as to the difference. Being fairly new to .Net, I know I can query IEnumarables using the Linq extensions. So what is this IQueryable and how does it differ?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about ienumerable