Updates a DataTable into the database using a transaction (useful for insert/update/delete).

Declaration Syntax
Protected Sub UpdateDataTableTransaction ( _
table As DataTable, _
sql As String _
)

Parameters
- table (DataTable)
- DataTable to update
- sql (String)
- Base query to select item to update/insert/delete
Assembly:
MPfm.Library (Module: MPfm.Library) Version: 0.5.3.0 (0.5.3.0)