can anyone tell me how to convert datatable/Dataset into entity object/class.
give some example to understand how to use it in my class.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh TrivediPosted Jun 5, 2014, 3:54 AM
hi,
what you want? you just want to convert your datatable to class object or you want to move from ado.net to entity framework?
you just want to convert datatable to your class object refer below link
http://codereview.stackexchange.com/questions/30714/faster-way-to-convert-datatable-to-list-of-class
let us know your requirement.