MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
Insert Method (tableName, idFieldName, dto)
NamespacesMPfm.LibrarySQLiteGatewayInsert(String, String, Object)
Inserts an item into the database.
Declaration Syntax
C#Visual Basic
protected void Insert(
	string tableName,
	string idFieldName,
	Object dto
)
Protected Sub Insert ( _
	tableName As String, _
	idFieldName As String, _
	dto As Object _
)
Parameters
tableName (String)
Table name
idFieldName (String)
Id field name
dto (Object)
Object

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