Specifies transacion type.
| C# | Visual Basic | Visual C++ | J# |
public enum TransactionType
Public Enumeration TransactionType
public enum class TransactionType
public enum TransactionType
| Member | Description |
|---|---|
| Manual |
Transaction type will be determined by the supplied TransactionManager.
If no manager is set then no transactions will be used.
|
| Distributed |
Transaction will be created by a distributed transaction manager created by CreateDistributedTransactionManager()()().
|
