RGTransactionalBehavior Enumeration
Controls the transaction creation behavior while executing a database command or query.
Namespace: Recrovit.RecroGridFramework.DataAssembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.10.0.24.1119.1
public enum RGTransactionalBehavior
Default | 0 |
The default.
|
EnsureTransaction | 1 |
If no transaction is present then a new transaction will be used for the operation.
|
DoNotEnsureTransaction | 2 |
If an existing transaction is present then use it, otherwise execute the command
or query without a transaction.
|