MapGuide API Reference
|
virtual MgByteReader* MgReader::GetBLOB | ( | CREFSTRING | propertyName | ) | [pure virtual] |
Gets the BLOB value of the specified property.
virtual MgByteReader GetBLOB(string propertyName); |
virtual MgByteReader GetBLOB(String propertyName); |
virtual MgByteReader GetBLOB(string propertyName); |
propertyName | (String/string) The property name. |
MgInvalidPropertyTypeException |