ITransactionRemove 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.5.0.0 (5.5.18.1019)
Syntaxvoid Remove(
	ITransactionalElement participant
)
Sub Remove ( 
	participant As ITransactionalElement
)
Parameters
- participant
 - Type: SD.LLBLGen.Pro.ORMSupportClassesITransactionalElement
The ITransactionalElement implementing object which should be removed from this transaction 
See Also