Tagged Questions
1
vote
2answers
301 views
Preserving DataRowState when serializing DataSet using DataContractSerializer
For various reasons I am having to send a typed dataset to a WCF service endpoint. This works fine except that upon Deserializing, the RowState of each row in each DataTable is set to 'Added', ...
0
votes
2answers
750 views
Maintain DataRowState in ADO.NET Dataset - RejectChanges() method does not work?
The problem simplified:
I have a DataSet with some datatables...
I have a Winforms DataGrid bound to one of the datatables.
User sticks some rows into said datatable, via the DataGrid, let's say 3 ...