[mapguide-users] .sdf using .net
Jackie Ng
jumpinjackie at gmail.com
Thu Oct 20 16:27:18 PDT 2016
Use MgFeatureService.SelectFeatures, using the resource id of your SDF
feature source and a MgFeatureQueryOptions containing your filtering and
projection options.
The MgFeatureReader returned is similar to an ADO.net data reader, you
iterate through each result (via ReadNext()) and get the reader's class
definition to know what GetXXX() reader call is allowed for a given property
name.
- Jackie
--
View this message in context: http://osgeo-org.1560.x6.nabble.com/sdf-using-net-tp5291480p5291793.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
More information about the mapguide-users
mailing list