Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
protected TransactionBase(
	IsolationLevel transactionIsolationLevel,
	string name
)

Parameters

transactionIsolationLevel
Type: System.DataIsolationLevel
IsolationLevel to use in the transaction
name
Type: SystemString
The name of the transaction to use.
See Also