Click or drag to resize

UpdateActionArgsExecuteDatabaseUpdate Method

Executes SQL to update DB.

Namespace:  Omada.OE.AppLogic.Model
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public void ExecuteDatabaseUpdate(
	string cmdStr,
	bool doInConnection = false
)

Parameters

cmdStr
Type: SystemString
doInConnection (Optional)
Type: SystemBoolean
If true, the command will NOT be executed in a transaction
See Also