Abhi's den...

The piece of code which nobody cracked...

Browse by Tags

All Tags » Visual Basic (RSS)
using LINQ retrieve top N rows
Normally to return top N rows we use an SQL statement similar to the one below Select top N * from table but How can we achieve the same thing in DataTable I have seen many examples, using different methods. Most of the methods centered around the idea...
More Posts