IDatabaseSetupGetDatabaseStatus Method |
Retrieves the status of a database.
Namespace:
PDTec.IceNet.Core.Database.Implementation
Assembly:
PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax void GetDatabaseStatus(
out bool isIceNetDatabase,
out string databaseVersion,
out bool isMatching,
out bool isUpgradeable
)
Parameters
- isIceNetDatabase
- Type: SystemBoolean
true if the database contains an ice.NET schema, false otherwise. - databaseVersion
- Type: SystemString
The actual database schema version. - isMatching
- Type: SystemBoolean
true if the database version matches the builtin version, false otherwise. - isUpgradeable
- Type: SystemBoolean
true if the database version can be upgraded to the builtin version, false otherwise.
See Also