FDO API Reference Feature Data Objects

NAMESPACE_OSGEO_COMMON::IStreamReader* GetLOBStreamReader System::String *  name  ) 
 

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.