MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
UpdateDataTableTransaction Method (table, sql)
NamespacesMPfm.LibrarySQLiteGatewayUpdateDataTableTransaction(DataTable, String)
Updates a DataTable into the database using a transaction (useful for insert/update/delete).
Declaration Syntax
C#Visual Basic
protected void UpdateDataTableTransaction(
	DataTable table,
	string sql
)
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)