Class TransactionEnum
Defines the current action of the transaction
Namespace: Com.Kendox.Dcis.SubSystem.Service.Enumeration
Syntax
public sealed class TransactionEnum : Enum
Fields
Name | Description |
---|---|
CommitTransaction | Commits the open transaction for the current object. Is only applied if a transaction has also been started |
None | No transaction is used. After the start of a transaction, this value is ignored |
RollbackTransaction | Rollback the open transaction for the current object. Is only applied if a transaction has also been started |
StartTransaction | Starts a transaction for the current object. After start, this value is ignored |
value__ |