Click or drag to resize

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
Syntax
C#
public 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: Boolean
True if the customer database was updated
See Also