Hi
I was wondering is it possible to convert a dataview back to a datatable? The reason I ask is that I am working with objects that a Backend developer has written which give me datatables.
Sometimes I have to put them into dataviews to display the correct data, but when I want to save the object back to the database via the object I need to return a datatable.
So is it possible for me to convet a dataview back to datatable?
Many thanks in advance
PS Im working in VB.Net
I was wondering is it possible to convert a dataview back to a datatable? The reason I ask is that I am working with objects that a Backend developer has written which give me datatables.
Sometimes I have to put them into dataviews to display the correct data, but when I want to save the object back to the database via the object I need to return a datatable.
So is it possible for me to convet a dataview back to datatable?
Many thanks in advance
PS Im working in VB.Net