Changes between Version 12 and Version 13 of FDORfc34


Ignore:
Timestamp:
Apr 15, 2009, 1:42:56 PM (15 years ago)
Author:
gregboone
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc34

    v12 v13  
    225225    /// \brief
    226226    /// 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     /// Because no conversion is performed, the property must be FdoDataType_BLOB
     227    /// 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
    230230    /// or FdoDataType_CLOB etc. (a LOB type) Cast the FdoIStreamReader
    231231    /// to the appropiate LOB Stream Reader.
     
    240240
    241241    /// \brief
    242     /// Gets the geometry value of the property, at the specified index, as a
    243     /// byte array in FGF format. Because no conversion is performed, the
     242    /// 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
    244244    /// property must be of Geometric type; otherwise, an exception is thrown.
    245245    ///
     
    596596    /// \brief
    597597    /// Gets a reference of the specified LOB property as a FdoBLOBStreamReader or
    598     /// FdoCLOBStreamReader etc. to allow reading in blocks of data.
    599     /// Because no conversion is performed, the property must be FdoDataType_BLOB
    600     /// or FdoDataType_CLOB etc. (a LOB type)
    601     /// Cast the FdoIStreamReader to 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.
    602602    ///
    603603    /// \param index