Tuesday, March 12, 2013

LINQ select top 10 rows in a table


tblTest.AsEnumerable().Take(10).CopyToDataTable()

No comments:

Post a Comment