[mapguide-users] Re: Set NULL value

Jackie Ng jumpinjackie at gmail.com
Mon Oct 18 11:49:11 EDT 2010


If you want to write the value back into the data store
(MgInsertFeatures/MgUpdateFeatures), you will need to use MgNullableProperty
objects anyway.

If you are wanting to handle null values as you are reading them from the
MgFeatureReader, just call IsNull(propertyName). If it returns true, then
that property is null for the current feature, and you can handle this
situation accordingly.

Other than that, I don't understand the question you are trying to ask.

- Jackie
-- 
View this message in context: http://osgeo-org.1803224.n2.nabble.com/Set-NULL-value-tp5646753p5647539.html
Sent from the MapGuide Users mailing list archive at Nabble.com.


More information about the mapguide-users mailing list