Hi,
if I have a tableadapter that has a single table in it populated from two seperate database tables by use of a union query would I be able to call the follow?
tableadapter.table.rows.item.delete
tableadapter.update(table)
and have the rows from each pyhsical table deleted?
Thansk
if I have a tableadapter that has a single table in it populated from two seperate database tables by use of a union query would I be able to call the follow?
tableadapter.table.rows.item.delete
tableadapter.update(table)
and have the rows from each pyhsical table deleted?
Thansk