I know that this is most likley a stupid question. But in the sense of having the repository only return what is needed, why not return IEnumerable rather tan IQueryable. I am sure it is actually because we need IQueryable for something, but unless I am
wrong can't the pipes and filters and everything else be done if the repository was returning an IEnumerable.
jwscuba
Member
134 Points
108 Posts
repository question
Jul 08, 2008 03:03 PM|LINK
I know that this is most likley a stupid question. But in the sense of having the repository only return what is needed, why not return IEnumerable rather tan IQueryable. I am sure it is actually because we need IQueryable for something, but unless I am wrong can't the pipes and filters and everything else be done if the repository was returning an IEnumerable.