Changes between Version 23 and Version 24 of FDORfc34


Ignore:
Timestamp:
Apr 16, 2009, 9:08:22 AM (15 years ago)
Author:
gregboone
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc34

    v23 v24  
    9494{{{
    9595/// \brief
    96 /// The FdoIFeatureReader interface provides a forward-only, read-only iterator
    97 /// for reading feature data.  A reference to an FdoIFeatureReader is returned
    98 /// from the Select and SelectAndLock commands. Because the initial position of the
    99 /// FdoIFeatureReader is prior to the first item, you must call
    100 /// ReadNext to begin accessing any data.
     96/// The FdoIReader interface provides a forward-only, read-only iterator
     97/// for reading feature data.  FdoIReader is the base interface for
     98/// feature and data readers that are returned from the Select,
     99/// and SelectAggregates commands. FdoIReader provides the funtion
     100/// definitions for the GetXxxx properties and the definition of IsNull()
     101/// and ReadNext(). Because the initial position of the reader is prior
     102/// to the first item, you must call ReadNext to begin accessing any data.
    101103class FdoIReader: public FdoIDisposable
    102104{