[mapguide-users] filter for features
akram at gsg-eg.com
akram at gsg-eg.com
Wed Oct 15 05:01:17 EDT 2008
Hi EvaD
This code is right
MgFeatureQueryOptions queryOptions = new MgFeatureQueryOptions();
queryOptions.SetFilter("FeatId = 112");
but I think it should be like this
MgFeatureQueryOptions queryOptions = new MgFeatureQueryOptions();
queryOptions.SetFilter("FeatId =" + 112);
Akram
GIS Developer
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/mapguide-users/attachments/20081015/5caf564c/attachment.html
More information about the mapguide-users
mailing list