how can i page my linq to sql result set
- by cyberdantes
Remembering MySQL could use the instruction "limit" to indicate where I was starting my result set and how many wanted to have included.
Select * FROM Users Limit [start], [Length]
How can I do this in LinqToSql