Click or drag to resize
UnitOfWorkCallBackElement 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.3.0.0 (5.3.0)
Syntax
public UnitOfWorkCallBackElement(
	Delegate delegateToCall,
	bool passInTransaction,
	params Object[] parameters
)

Parameters

delegateToCall
Type: SystemDelegate
Delegate to call.
passInTransaction
Type: SystemBoolean
When true, the routine assumes that the last parameter specified is the placeholder for the transaction to use (default). When false, it won't pass in a transaction and will assume the callback has to run outside the current transaction scope
parameters
Type: SystemObject
Parameters.
See Also