I need to select 5 most recent rows from cached Dataview object, is there any way to do that?
I\'ve tried but Indexer DataColumn is empty. :
public
getALL().Take(5);