DevForce Help Reference
IsolationLevel Property


Gets the transaction locking behavior.
Syntax
'Declaration
 
<DataMemberAttribute()>
Public ReadOnly Property IsolationLevel As IsolationLevel
'Usage
 
Dim instance As TransactionSettings
Dim value As IsolationLevel
 
value = instance.IsolationLevel
[DataMember()]
public IsolationLevel IsolationLevel {get;}
Remarks
Only applicable if UseTransactionScope is true. The default IsolationLevel is ReadCommitted.
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