Visual Basic Blog

A group blog from members of the VB team

How to extend TableAdapter methods

A number of posts have asked how to extend TableAdapters to support additional functionality.  It may be related to supporting transactions across multiple updates, or how do I set the UserId as a parameter on an update statement that isn’t represented in the DataTable?For Transactions, we don’t expose a Transaction Property ...