Transaction Models

For a .NET Framework object to participate in an automatic transaction, the .NET Framework class must be registered with COM+. However, not all transactions are automatic. The activities you perform when programming transactions depend on the transaction model you choose. The common language runtime supports both manual and automatic transaction models.

See Also

Processing Transactions | Manual Transactions | Automatic Transactions