Click or drag to resize

EntityCore<TFields>.ITransactionalElement.TransactionRollback Method

When the ITransaction in which this element participates is rolled back, this element has to roll back its internal variables. This method is called by ITransaction, you should not call it by yourself.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.11.0.0 (5.11.23.1114)
Syntax
void ITransactionalElement.TransactionRollback()

Implements

ITransactionalElement.TransactionRollback()
See Also