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.5.0.0 (5.5.18.1019)
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