Returns the database version from the database file (actually in the Settings table).

Declaration Syntax
public static string GetDatabaseVersion(
string databaseFilePath
)
Public Shared Function GetDatabaseVersion ( _
databaseFilePath As String _
) As String

Parameters
- databaseFilePath (String)
- Database file path

Return Value
Database version (ex: "1.04")
Assembly:
MPfm.Library (Module: MPfm.Library) Version: 0.5.3.0 (0.5.3.0)