Check whether this database version is compatible with the application version.

Generally, this will simply compare the first two parts of the application version to ensure they match the database version (VersionDatabase property). This can however by overridden, e.g., helpPOWER version 2.2 is compatible with helpPOWER version 1.6 databases.

Syntax

ISSupport.IsDatabaseVersionCompatible(databaseVersion)

Parameters

NameTypeOptionalByRefDescription
databaseVersion String The Database Version as stored in the Configuration table.

Return Value

Boolean

A Boolean value.

Member of:
ISSupport
Namespace:
Intersoft.ISSupport6
Assembly:
ISSupport6, Version=6.0.3
Target Framework:
.NET 9.0