Summary
Method to be called per TP-enabled object when the transaction is rolled back.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .TA - Containing Type
- IRollbackStrategy
Syntax
void Rollback(IObjectContainer container, Object obj)
Remarks
Method to be called per TP-enabled object when the transaction is rolled back.
Parameters
Name | Type | Description |
---|---|---|
container | IObjectContainer | current ObjectContainer |
obj | Object | TP-enabled object |
Return Value
Type | Description |
---|---|
void |