标签: c# linq-to-sql
可能重复: LINQ to SQL Every Nth Row From Table
这在Linq2Sql中不起作用:
context.Enquirys.Where((e, index) => (index % g) == gs);
还有其他方法可以实现吗?