API Reference OSGeo FDO Provider for SDF

virtual bool SdfIScrollableFeatureReader::ReadPrevious  )  [pure virtual]
 

Advances the reader to the previous item and returns true if there is another object to read or false if reading is complete. The default position of the reader is prior to the first item. Therefore you must call ReadFirst or ReadLast to begin accessing any data.

Returns:
Returns true if a record is found or false otherwise.

Comments?