M
Matt
I have seen this question posted before but never answered.
If I load a DataSet from a database query, I need to call
AcceptChanges after DataRow.Delete to remove rows.
If I load a DataSet from an XML file or create one from scratch
programatically- DataRow.Delete removes rows immediately, seemingly
bypassing the rowstate and implicitly calling AccpetChanges. This
happens on single table datasets, so it is not a constraint related
issue.
This behavior doesn't appear to be documented. Any explanations?
Thanks
(originally posted by Scott Allen)
If I load a DataSet from a database query, I need to call
AcceptChanges after DataRow.Delete to remove rows.
If I load a DataSet from an XML file or create one from scratch
programatically- DataRow.Delete removes rows immediately, seemingly
bypassing the rowstate and implicitly calling AccpetChanges. This
happens on single table datasets, so it is not a constraint related
issue.
This behavior doesn't appear to be documented. Any explanations?
Thanks
(originally posted by Scott Allen)