FDO .NET API Reference Feature Data Objects
OSGeo ::FDO ::Common ::IStreamReader* OSGeo::FDO::Xml::XmlFeatureReader::GetLOBStreamReader ( System::String *  name  ) 

Gets a reference of the specified LOB property as a BLOBStreamReader or CLOBStreamReader etc. to allow reading in blocks of data. Because no conversion is performed, the property must be DataType_BLOB or DataType_CLOB etc. (a LOB type) Cast the IStreamReader to the appropiate LOB Stream Reader.

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


Comments or suggestions? Send us feedback.