Click or drag to resize

UnitOfWorkCallBackElement2 Constructor (Delegate, Boolean,Object[])

Creates a new UnitOfWorkCallBackElement instance.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax
public UnitOfWorkCallBackElement2(
	Delegate delegateToCall,
	bool passInAdapter,
	params Object[] parameters
)

Parameters

delegateToCall
Type: System.Delegate
Delegate to call.
passInAdapter
Type: System.Boolean
When true, the routine will pass in the current adapter used in commit to the delegate as the last parameter When false, it won't pass in an adapter and will assume the callback has to run outside the current adapter's transaction scope
parameters
Type:System.Object[]
Parameters.
See Also