| TransactionBase Constructor (IsolationLevel, String) | 
 
            CTor. Will read the connection string from an external source.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntaxprotected TransactionBase(
	IsolationLevel transactionIsolationLevel,
	string name
)
Protected Sub New ( 
	transactionIsolationLevel As IsolationLevel,
	name As String
)
Parameters
- transactionIsolationLevel
 - Type: System.DataIsolationLevel
IsolationLevel to use in the transaction - name
 - Type: SystemString
The name of the transaction to use. 
See Also