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.5.0.0 (5.5.18.1019)
Syntax
public PerformWorkEventArgs2(
	UnitOfWork2 uow
)

Parameters

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