FDO .NET API Reference Feature Data Objects

OSGeo::FDO::Connections::ITransactionImp Class Reference
[OSGeo::FDO::Connections]

Inherits OSGeo::FDO::Runtime::Disposable, and OSGeo::FDO::Connections::ITransaction.

Inheritance diagram for OSGeo::FDO::Connections::ITransactionImp:

Inheritance graph
[legend]
List of all members.

Detailed Description

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

()

Definition at line 31 of file mgITransactionImp.h.


Public Member Functions

System::Void Commit ()
 Commits the transaction.
__property OSGeo::FDO::Connections::IConnectionget_Connection ()
 Gets the IConnection object associated with the transaction.
System::Void Rollback ()
 Rolls back a transaction from a pending state.

Comments or suggestions? Send us feedback.