D
Dennis Davitt
I am trying to force update a DataSet which I retrieve via a Web Service.
All the rows in the DataSetRowState are "unchanged". Since this property is
read-only, I cannot use the DataAdapter.Update() method. How can I override
the DataRowState Property since it is Read-Only???
All the rows in the DataSetRowState are "unchanged". Since this property is
read-only, I cannot use the DataAdapter.Update() method. How can I override
the DataRowState Property since it is Read-Only???