FDO API Reference Feature Data Objects

virtual FDO_API FdoIStreamReader* FdoIReader::GetLOBStreamReader const wchar_t *  propertyName  )  [pure virtual]
 

Gets a reference of the specified LOB property as a FdoBLOBStreamReader or FdoCLOBStreamReader etc. to allow reading in blocks of data. Because no conversion is performed, the property must be FdoDataType_BLOB or FdoDataType_CLOB etc. (a LOB type) Cast the FdoIStreamReader to the appropiate LOB Stream Reader.

Parameters:
propertyName Input the property name.
Returns:
Returns a reference to a LOB stream reader

Comments or suggestions? Send us feedback.