I have Windows form with a grid using a tableadapter that joins two tables.
The field from the second table is display only. I am using VS 2005 and
vb.net I can't delete a record on the main table using update because there
is no delete command. I have no need for update or insert. The documentation
for table adapters states that I can configure a Delete command manually in
the Properties window. I can't find any properties of the tableadapter with
that option. How can I manually configure a delete command?