Dataview
Difference between dataset,datatable and dataview..
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.
srinathPosted Dec 13, 2010, 12:37 AM
Suthish NairPosted Dec 12, 2010, 1:00 PM
DataSet is an in-memory representation of data, containing one or more DataTables.
A DataTable is an in-memory representation of data, typically retrieved from a database or XML source.
A DataView is a view onto an in-memory representation of data held in a DataTable.
http://social.msdn.microsoft.com/Forums/en-US/csharplanguage/thread/df31dcb7-cd06-48f6-b34c-f8931f65016e/