TransactionBaseStart Method |
Starts the transaction if it hasn't been started yet.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.8.0.0 (5.8.21.0111)
Syntax protected DbTransaction Start(
IsolationLevel transactionIsolationLevel,
string name
)
Protected Function Start (
transactionIsolationLevel As IsolationLevel,
name As String
) As DbTransaction
Parameters
- transactionIsolationLevel
- Type: System.DataIsolationLevel
- name
- Type: SystemString
Return Value
Type:
DbTransactionSee Also