MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
CreateDatabaseFile Method (databaseFilePath)
NamespacesMPfm.LibraryLibraryCreateDatabaseFile(String)
Creates the MPfm database file at the specified location. Executes the SQL needed to create the tables and basic entries.
Declaration Syntax
C#Visual Basic
public static void CreateDatabaseFile(
	string databaseFilePath
)
Public Shared Sub CreateDatabaseFile ( _
	databaseFilePath As String _
)
Parameters
databaseFilePath (String)
Database file path

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