FDO API Reference Feature Data Objects

mgILongTransactionSetReader.h File Reference

This graph shows which files directly or indirectly include this file:


Functions

System::Void Close ()
 Closes the FdoILongTransactionSetReader object, freeing any resources it may be holding.
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.

Variables

BEGIN_NAMESPACE_OSGEO_FDO_COMMANDS_LONGTRANSACTION
public __gc __interface 
ILongTransactionSetReader
 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.

Comments or suggestions? Send us feedback.