FDO .NET API Reference | Feature Data Objects |
Inheritance diagram for OSGeo::FDO::Commands::LongTransaction::ILongTransactionSetReaderImp:
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. | |
Protected Member Functions | |
System::Void | ReleaseUnmanagedObject () |
DOXYGEN-IGNORE |
|
Closes the ILongTransactionSetReader object, freeing any resources it may be holding.
|
|
Gets the name of the long transaction in the selection set currently being read.
|
|
Gets the owner of the long transaction in the selection set currently being read.
|
|
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.
|
|
DOXYGEN-IGNORE
Reimplemented from OSGeo::FDO::Runtime::Disposable. |
Comments or suggestions? Send us feedback. |