Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgLongTransactionReader
Close
GetChildren
GetCreationDate
GetDescription
GetName
GetOwner
GetParents
IsActive
IsFrozen
ReadNext
bool MgLongTransactionReader::ReadNext
(
)
Advances the reader to the next long transaction.
Remarks:
The default position of the reader is prior to the first item. You must call ReadNext before you can access any data.
.NET Syntax
bool
ReadNext()
;
Java Syntax
boolean
ReadNext()
;
PHP Syntax
bool
ReadNext()
;
Returns:
Returns true if there is a next item.
Comments or suggestions? Send us
feedback
.