| MasterControllerDatabaseUpdate Method |
Updates the database schema for the provided customer database.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic static bool DatabaseUpdate(
string connStr,
int customerId,
UpdateActionExecutionType actionExecType,
bool forceExecuteReoccuringActions = false
)
Parameters
- connStr
- Type: SystemString
- customerId
- Type: SystemInt32
- actionExecType
- Type: Omada.OE.AppLogicUpdateActionExecutionType
- forceExecuteReoccuringActions (Optional)
- Type: SystemBoolean
Return Value
Type:
BooleanTrue if the customer database was updated
See Also