E
Ed
Hi!
Is it bug or didn't I get it right, that when
DataSet.EnforceConstraints==false no Rules (in
ForeignKeyConstraints) are applied? MSDN
says: "Constraints are not enforced unless the
EnforceConstraints property is set to true." (c) but I
see, that when I remove row in parent table (through
DataRowCollection.Romove), related rows in child table are
also removed even though EnforceConstraints is false...
Bug or feature?
Thanks!
Is it bug or didn't I get it right, that when
DataSet.EnforceConstraints==false no Rules (in
ForeignKeyConstraints) are applied? MSDN
says: "Constraints are not enforced unless the
EnforceConstraints property is set to true." (c) but I
see, that when I remove row in parent table (through
DataRowCollection.Romove), related rows in child table are
also removed even though EnforceConstraints is false...
Bug or feature?
Thanks!