FDO .NET API Reference Feature Data Objects
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.

Returns:
Returns true if there is a next item.


Comments or suggestions? Send us feedback.