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