Changes between Version 12 and Version 13 of FDORfc34
- Timestamp:
- 04/15/09 13:42:56 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FDORfc34
v12 v13 225 225 /// \brief 226 226 /// Gets a reference to the specified LOB property, specified at the index 227 /// position. The reference is returned as an FdoBLOBStreamReader 228 /// or an FdoCLOBStreamReader, to allow reading in blocks of data.229 /// Becauseno conversion is performed, the property must be FdoDataType_BLOB227 /// position. The reference is returned as an FdoBLOBStreamReader or an 228 /// FdoCLOBStreamReader, to allow reading in blocks of data. Because 229 /// no conversion is performed, the property must be FdoDataType_BLOB 230 230 /// or FdoDataType_CLOB etc. (a LOB type) Cast the FdoIStreamReader 231 231 /// to the appropiate LOB Stream Reader. … … 240 240 241 241 /// \brief 242 /// Gets the geometry value of the property, at the specified index, as a243 /// byte array in FGF format. Because no conversion is performed, the242 /// Gets the geometry value of the property, at the specified index, as 243 /// a byte array in FGF format. Because no conversion is performed, the 244 244 /// property must be of Geometric type; otherwise, an exception is thrown. 245 245 /// … … 596 596 /// \brief 597 597 /// Gets a reference of the specified LOB property as a FdoBLOBStreamReader or 598 /// FdoCLOBStreamReader etc. to allow reading in blocks of data. 599 /// Becauseno conversion is performed, the property must be FdoDataType_BLOB600 /// or FdoDataType_CLOB etc. (a LOB type) 601 /// Cast the FdoIStreamReaderto the appropiate LOB Stream Reader.598 /// FdoCLOBStreamReader etc. to allow reading in blocks of data. Because 599 /// no conversion is performed, the property must be FdoDataType_BLOB 600 /// or FdoDataType_CLOB etc. (a LOB type) Cast the FdoIStreamReader 601 /// to the appropiate LOB Stream Reader. 602 602 /// 603 603 /// \param index