Possible Duplicate:
LINQ to SQL Every Nth Row From Table
This doens't work in Linq2Sql:
context.Enquirys.Where((e, index) => (index % g) == gs);
Is there any other way to implement this?
Possible Duplicate:
LINQ to SQL Every Nth Row From Table
This doens't work in Linq2Sql:
context.Enquirys.Where((e, index) => (index % g) == gs);
Is there any other way to implement this?