Click or drag to resize
UnitOfWork Constructor (ListUnitOfWorkBlockType)
Initializes a new instance of the UnitOfWork class.

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
public UnitOfWork(
	List<UnitOfWorkBlockType> commitOrder
)

Parameters

commitOrder
Type: System.Collections.GenericListUnitOfWorkBlockType
The commit order of the various blocks in the unit of work object.
See Also