May 4, 2005
0
0
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 by ...