MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
Execute Method (sql)
NamespacesMPfm.LibrarySQLiteGatewayExecute(String)
Executes a SQL query and returns the number of rows affected.
Declaration Syntax
C#Visual Basic
protected int Execute(
	string sql
)
Protected Function Execute ( _
	sql As String _
) As Integer
Parameters
sql (String)
SQL query
Return Value
Number of rows affected

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