| 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
Syntaxpublic 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