Click or drag to resize

TransactionBase Constructor (IsolationLevel, String, String)

CTor.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
protected TransactionBase(
	IsolationLevel transactionIsolationLevel,
	string name,
	string connectionString
)

Parameters

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