Click or drag to resize
EntityBase.CreateTransaction Method
Creates a new transaction object

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 abstract ITransaction CreateTransaction(
	IsolationLevel levelOfIsolation,
	string name
)

Parameters

levelOfIsolation
Type: System.Data.IsolationLevel
The level of isolation.
name
Type: System.String
The name.

Return Value

Type: ITransaction
Transaction ready to use
See Also