tags:

views:

119

answers:

2

Possible Duplicate:
What is the difference between IQueryable<T> and IEnumerable<T>?

What is IQueryable and ienumberable

A: 

they are interfaces

zerkms
A: 

But How do we use them in linq after returning them

mazhar kaunain baig
look at this bunch of samples: http://msdn.microsoft.com/en-us/vcsharp/aa336746.aspx and here: http://weblogs.asp.net/scottgu/archive/2007/05/19/using-linq-to-sql-part-1.aspx
zerkms
This isn't an answer. Please consider editing your qusetion to be *much* more specific. What exactly don't you understand? How much *do* you understand?
Jon Skeet
I don't understand how to use them after returning as ienumberable and iqueryable in a function
mazhar kaunain baig