DevForce Help Reference
UseTransactionScope Property


Whether to use a .NET TransactionScope to perform transactions.
Syntax
'Declaration
 
<DataMemberAttribute()>
Public ReadOnly Property UseTransactionScope As Boolean
'Usage
 
Dim instance As TransactionSettings
Dim value As Boolean
 
value = instance.UseTransactionScope
[DataMember()]
public bool UseTransactionScope {get;}
Remarks
It is highly recommended that this be set to true (default). Note that if a transaction crosses database boundaries that the transaction may escalate to use DTC (the Distributed Transaction Coordinator).
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TransactionSettings Class
TransactionSettings Members

Send Feedback