FdoILongTransactionSetReader Class Reference
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.
More...
#include <ILongTransactionSetReader.h>
Inherits FdoIDisposable.
List of all members.
|
Public Member Functions |
virtual FDO_API void | Close ()=0 |
| Closes the FdoILongTransactionSetReader object, freeing any resources it may be holding.
|
virtual FDO_API FdoString * | GetLongTransactionName ()=0 |
| Gets the name of the long transaction in the selection set currently being read.
|
virtual FDO_API FdoString * | GetOwner ()=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.
|
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.
The documentation for this class was generated from the following file: