DevForce Help Reference
TransactionSettings Constructor(IsolationLevel,TimeSpan,Boolean)


Create a TransactionSettings object with the specified settings.
Syntax
'Declaration
 
Public Function New( _
   ByVal isolationLevel As IsolationLevel, _
   ByVal timeout As TimeSpan, _
   Optional ByVal useTransactionScope As Boolean _
)
'Usage
 
Dim isolationLevel As IsolationLevel
Dim timeout As TimeSpan
Dim useTransactionScope As Boolean
 
Dim instance As New TransactionSettings(isolationLevel, timeout, useTransactionScope)

Parameters

isolationLevel
timeout
useTransactionScope
Remarks
Note that IsolationLevel and Timeout have no affect if UseTransactionScope is false.
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
Overload List

Send Feedback