FDO API Reference Feature Data Objects

FdoILongTransactionSetReader Class Reference

#include <ILongTransactionSetReader.h>

Inherits FdoIDisposable.

Inheritance diagram for FdoILongTransactionSetReader:

Inheritance graph
[legend]
List of all members.

Detailed Description

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

Definition at line 36 of file ILongTransactionSetReader.h.


Public Member Functions

virtual FDO_API void Close ()=0
 Closes the FdoILongTransactionSetReader object, freeing any resources it may be holding.
virtual FDO_API FdoStringGetLongTransactionName ()=0
 Gets the name of the long transaction in the selection set currently being read.
virtual FDO_API FdoStringGetOwner ()=0
 Gets the owner of the long transaction in the selection set currently being read.
virtual FDO_API bool ReadNext ()=0
 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.

The documentation for this class was generated from the following file:
Comments or suggestions? Send us feedback.