MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
Delete Method (tableName, where)
NamespacesMPfm.LibrarySQLiteGatewayDelete(String, String)
Deletes all rows from a database table using the specified Where clause.
Declaration Syntax
C#Visual Basic
protected void Delete(
	string tableName,
	string where
)
Protected Sub Delete ( _
	tableName As String, _
	where As String _
)
Parameters
tableName (String)
Database table name
where (String)
Where clause

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