Click or drag to resize
UnitOfWork2 Constructor (ListUnitOfWorkBlockType)
Initializes a new instance of the UnitOfWork2 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 UnitOfWork2(
	List<UnitOfWorkBlockType> commitOrder
)

Parameters

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