Click or drag to resize
PerformWorkEventArgs2 Constructor
Initializes a new instance of the PerformWorkEventArgs2 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 PerformWorkEventArgs2(
	UnitOfWork2 uow
)

Parameters

uow
Type: SD.LLBLGen.Pro.ORMSupportClassesUnitOfWork2
The unit of work
See Also