Click or drag to resize
EntityCollectionBaseTEntityCreateTransaction 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.DataIsolationLevel
The level of isolation.
name
Type: SystemString
The name.

Return Value

Type: ITransaction
Transaction ready to use
See Also