G
Guest
Hi,
I am working inside the DataSet designer. I have 2 tables related by one
relation and FK. Both tables have been configured to be updatable
(insert,update,delete methods generated).
All this is nice. Yet, I need to display a join of these tables selecting
only certain columns on each table.
I expected the new binding technology would allow me to do this and bind it
to a DataGridView AND make the rows in that grid updatable (after all each
column belongs to only one table and we know how to update each table).
But how?
I am working inside the DataSet designer. I have 2 tables related by one
relation and FK. Both tables have been configured to be updatable
(insert,update,delete methods generated).
All this is nice. Yet, I need to display a join of these tables selecting
only certain columns on each table.
I expected the new binding technology would allow me to do this and bind it
to a DataGridView AND make the rows in that grid updatable (after all each
column belongs to only one table and we know how to update each table).
But how?