Datatable
In which situation we use datatable? whats happening internally if we go for datatable?
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.
Pankaj KumarPosted Aug 5, 2013, 2:22 AM
Shankar MPosted Aug 5, 2013, 1:23 AM
DataTable is nothing but a Logical Table in memory. It is like our relational table.
DataTable works in a Disconnected state fashion compared to DataReader which requires a live connection to the Database.