FdoITransaction Class Reference

The FdoITransaction interface represents a transaction to be performed in a DataStore, and is implemented by feature providers that support transactions. More...

#include <ITransaction.h>

Inherits FdoIDisposable.

List of all members.


Public Member Functions

virtual FDO_API void Commit ()=0
 Commits the transaction.
virtual FDO_API FdoIConnectionGetConnection ()=0
 Gets the FdoIConnection object associated with the transaction.
virtual FDO_API void Rollback ()=0
 Rolls back a transaction from a pending state.

Detailed Description

The FdoITransaction interface represents a transaction to be performed in a DataStore, and is implemented by feature providers that support transactions.

Definition at line 34 of file ITransaction.h.


The documentation for this class was generated from the following file: