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 ILongTransactionCheckpointReader object, freeing any resources it may be holding. | |
System::String * | OSGeo::FDO::Commands::LongTransaction::GetCheckpointDescription () |
Gets the description of the checkpoint currently being read. | |
System::DateTime | OSGeo::FDO::Commands::LongTransaction::GetCreationDate () |
Gets the creation date of the checkpoint currently being read. | |
System::Boolean | OSGeo::FDO::Commands::LongTransaction::IsActive () |
Returns true if the checkpoint currently being read is the active checkpoint. | |
System::Boolean | OSGeo::FDO::Commands::LongTransaction::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. |