| MasterControllerDatabaseMajorMinorServiceCheck Method |
Performs a check in the application version versus the database version.
Throws an exception in case of a mismatch.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic static void DatabaseMajorMinorServiceCheck(
SqlConnection dbConnection
)
Parameters
- dbConnection
- Type: System.Data.SqlClientSqlConnection
See Also