R
Ronald S. Cook
If I add a row to a DataView, will the row automatically be added to the
underlying DataTable? If so, I'm trying to understand why anyone would add
a row to a DataView when they may as well just add it to the DataTable. A
DataView is just a perspective on a DataTable anyway, right? I mean a
DataView doesn't actually hold any data.
Thanks,
Ron
underlying DataTable? If so, I'm trying to understand why anyone would add
a row to a DataView when they may as well just add it to the DataTable. A
DataView is just a perspective on a DataTable anyway, right? I mean a
DataView doesn't actually hold any data.
Thanks,
Ron