FDO API Reference Feature Data Objects

ITransactionImp Class Reference

List of all members.

Detailed Description

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


Public Member Functions

System::Void Commit ()
 Commits the transaction.
__property NAMESPACE_OSGEO_FDO_CONNECTIONS::IConnectionget_Connection ()
 Gets the FdoIConnection object associated with the transaction.
System::Void Rollback ()
 Rolls back a transaction from a pending state.

Protected Member Functions

System::Void Dispose (System::Boolean disposing)

Comments or suggestions? Send us feedback.