MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
CheckIfDatabaseVersionNeedsToBeUpdated Method (databaseFilePath)
NamespacesMPfm.LibraryLibraryCheckIfDatabaseVersionNeedsToBeUpdated(String)
Checks if the library database structure needs to be updated by comparing the database version in the Settings table to the expected database version for this version of MPfm.Library.dll. If the versions don't match, the database structure will be updated by running the appropriate migration scripts in the right order.
Declaration Syntax
C#Visual Basic
public static void CheckIfDatabaseVersionNeedsToBeUpdated(
	string databaseFilePath
)
Public Shared Sub CheckIfDatabaseVersionNeedsToBeUpdated ( _
	databaseFilePath As String _
)
Parameters
databaseFilePath (String)
Database file path

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