ITransactionRollback Method (String) |
Rolls back the transaction in action to the savepoint with the name savepointName. No internal objects are being reset when this method is called,
so call this Rollback overload only to roll back to a savepoint. To roll back a complete transaction, call Rollback() without specifying a savepoint
name. Create a savepoint by calling Save(savePointName)
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 void Rollback(
string savePointName
)
Sub Rollback (
savePointName As String
)
Parameters
- savePointName
- Type: SystemString
name of the savepoint to roll back to.
Exceptions Remarks Not supported when using COM+
See Also