score:3

Accepted answer

if there is no data in the collection, take returns no items. if there is actually some data around, you must have made some mistake in code you aren't showing us. remember: select ain't broken ...

by the way, there is also a reverse, instead of skip(count - x).take(x).


Related Query

More Query from same tag