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

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