TransactionBase Constructor (IsolationLevel, String, String) |
CTor.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax protected TransactionBase(
IsolationLevel transactionIsolationLevel,
string name,
string connectionString
)
Protected Sub New (
transactionIsolationLevel As IsolationLevel,
name As String,
connectionString As String
)
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