35#if !NETSTANDARD2_0 && !NET5_0 && !NET6_0
TransactionalTypes
Provides a list of possible transactional technologies to be used by the server-side DataPortal.
@ TransactionScope
Causes the server-side DataPortal to use System.Transactions TransactionScope style transactions.
@ EnterpriseServices
Causes the server-side DataPortal to use Enterprise Services (COM+) transactions.
@ Manual
Causes the server-side DataPortal to use no explicit transactional technology.