I have an ADO.NET disconnected DataSet. I don’t need or can use an ADO.NET connection, transaction, command or anything besides that DataSet and its content. That is a non-optional limitation of the persistence library I have to use.
Are there any ORM frameworks that can do all the mapping stuff without connecting to the database?
I found a library that does just that:
http://automapper.codeplex.com/
Not specific for DataSet’s, but can be easily used with them:
http://house9.blogspot.com/2010/11/automapper-datatable-to-list.html