Updating all TableAdapters in project, C#
is there any way, how to update all TableAdapters in project? In need do this, before calling DataSet.AcceptChanges(), else the changes will be not saved. Manual changes of source code whenever I will add the next TableAdapter to the project is depressing.

