I need to write Linq to SQL Lamda expression query the result of which is IQueryable and i want to u
Posted
by bbbbb
on Stack Overflow
See other posts from Stack Overflow
or by bbbbb
Published on 2010-04-23T06:17:31Z
Indexed on
2010/04/23
6:23 UTC
Read the original article
Hit count: 219
lambda-expressions
I need to write Linq to SQL Lamda expression query the result of which is IQueryable and i want to use orderby and skip,take extension methods on this result object
© Stack Overflow or respective owner