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