FDO .NET API Reference Feature Data Objects

mgILongTransactionSetReader.h File Reference

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

Go to the source code of this file.


Namespaces

namespace  OSGeo
namespace  OSGeo::FDO
namespace  OSGeo::FDO::Commands
namespace  OSGeo::FDO::Commands::LongTransaction

Functions

System::Void OSGeo::FDO::Commands::LongTransaction::Close ()
 Closes the ILongTransactionSetReader object, freeing any resources it may be holding.
System::String * OSGeo::FDO::Commands::LongTransaction::GetOwner ()
 Gets the owner of the long transaction in the selection set currently being read.
System::Boolean OSGeo::FDO::Commands::LongTransaction::ReadNext ()
 Advances the enumerator to the next conflict. The default position of the enumerator is prior to the first item. Thus, you must call ReadNext to begin accessing any data. ReadNext returns true until the end of the directives is reached. After the end of the directives is passed, subsequent calls to ReadNext return false until Reset is called.

Variables

public __gc __interface OSGeo::FDO::Commands::LongTransaction::ILongTransactionSetReader

Comments or suggestions? Send us feedback.