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. |