FDO .NET API Reference Feature Data Objects

OSGeo::FDO::Commands::LongTransaction::ILongTransactionSetReaderImp Class Reference
[OSGeo::FDO::Commands::LongTransaction]

Inherits OSGeo::FDO::Runtime::Disposable, and OSGeo::FDO::Commands::LongTransaction::ILongTransactionSetReader.

Inheritance diagram for OSGeo::FDO::Commands::LongTransaction::ILongTransactionSetReaderImp:

Inheritance graph
[legend]
List of all members.

Detailed Description

The ILongTransactionSetReaderImp class is a concrete implementation of ILongTransactionSetReader. The ILongTransactionSetReader interface provides forward only, read-only functionality for enumerating the versions in the long transaction selection set. A reference to an ILongTransactionSetReader is returned from the GetLongTransactionsInSet command. The initial position of the ILongTransactionSetReader is prior to the first item. Thus, you must call ReadNext to begin accessing any data.

()

Definition at line 36 of file mgILongTransactionSetReaderImp.h.


Public Member Functions

System::Void Close ()
 Closes the ILongTransactionSetReader object, freeing any resources it may be holding.
System::String * GetLongTransactionName ()
 Gets the name of the long transaction in the selection set currently being read.
System::String * GetOwner ()
 Gets the owner of the long transaction in the selection set currently being read.
System::Boolean ReadNext ()
 Advances the reader to the next item. The default position of the reader is prior to the first item. Thus, you must call ReadNext to begin accessing any data.

Comments or suggestions? Send us feedback.