Click or drag to resize

TransactionBase.Add Method

Adds the passed in object as a participant of this transaction.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public void Add(
	ITransactionalElement participant
)

Parameters

participant
Type: SD.LLBLGen.Pro.ORMSupportClasses.ITransactionalElement
The ITransactionalElement implementing object which actions have to be included in this transaction

Implements

ITransaction.Add(ITransactionalElement)
See Also