Click or drag to resize

EntityCollectionBase<TEntity>.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.4.0.0 (5.4.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