MyMap.ZoomTo(g.Attributes["MyLocation"] as Polygon);
Sure you can use the table URL as your QueryTask.URL, this should return you Attributes but no Geometry would be returned. If Geometry is an Attribute or Field in your table, then you can still zoom to this location. For exampleMyMap.ZoomTo(g.Attributes["MyLocation"] as Polygon);