RulesEngine.SetTransactionMode |
Sets the transaction mode to either immediate or batch manipulation mode. This method fails if a transaction is open or if the transaction-mode value is not an allowed value. Syntax SELECT RulesEngine.SetTransactionMode( transaction-mode )
transaction-mode := { Immediate | Batch }
Example SELECT RulesEngine.SetTransactionMode( 'Immediate' )
See Also |