MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
Update Method (tableName, idFieldName, id, dto)
NamespacesMPfm.LibrarySQLiteGatewayUpdate(String, String, Guid, Object)
Updates an item in the database.
Declaration Syntax
C#Visual Basic
protected void Update(
	string tableName,
	string idFieldName,
	Guid id,
	Object dto
)
Protected Sub Update ( _
	tableName As String, _
	idFieldName As String, _
	id As Guid, _
	dto As Object _
)
Parameters
tableName (String)
Table name
idFieldName (String)
Id field name
id (Guid)
DTO id
dto (Object)
DTO

Assembly: MPfm.Library (Module: MPfm.Library) Version: 0.5.3.0 (0.5.3.0)