MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
virtual MgByteReader* MgReader::GetCLOB ( INT32  index) [pure virtual]

Gets the CLOB value of the specified property.

Remarks:
No conversion is performed. Therefore, the property must be a of type MgPropertyType::Clob or an MgInvalidPropertyTypeException is thrown.
.NET Syntax
virtual MgByteReader GetCLOB(int index);
Java Syntax
virtual MgByteReader GetCLOB(int index);
PHP Syntax
virtual MgByteReader GetCLOB(int index);
Parameters:
index(int) The position of the property in the list of properties belonging to the feature currently being read.
Returns:
Returns the CLOB value in an MgByteReader object.
Exceptions:
MgInvalidPropertyTypeException
Since:
2.2