Click or drag to resize

TransactionBase.Remove Method

Removes the passed in object from the transaction.

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 void Remove(
	ITransactionalElement participant
)

Parameters

participant
Type: SD.LLBLGen.Pro.ORMSupportClasses.ITransactionalElement
The ITransactionalElement implementing object which should be removed from this transaction

Implements

ITransaction.Remove(ITransactionalElement)
See Also