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. _______________________________________________ mapguide-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapguide-users
