I am new to ADO.NET. I wish to know how to set a DataRelation object so that;
If a row in the Parent DataTable be deleted, the corresponding rows in any Child DataTable objects are also automatically deleted.
If the value of the primary key field in the parent row is modified, the change cascades down to the child rows automatically.
Is it also possible that a modification in a common field among different DataTables, other than the primary key, may reflect in more than one tables?
Anyone should kindly guide me with some sample code and oblige.
R. A. Abbasi
If a row in the Parent DataTable be deleted, the corresponding rows in any Child DataTable objects are also automatically deleted.
If the value of the primary key field in the parent row is modified, the change cascades down to the child rows automatically.
Is it also possible that a modification in a common field among different DataTables, other than the primary key, may reflect in more than one tables?
Anyone should kindly guide me with some sample code and oblige.
R. A. Abbasi