I noticed when doing WFSFeatureLayer.QueryTools.GetAllFeatures, it will only return all features when specifying no return columns. Of course, this returns no column data which does not work at all for what I am trying to do...
I am pretty sure WFS supports returning only certain attributes and at worst it at least supports returning all of them. It is highly important to be able to access this data.
I am also working on solutions for highlighting features from a WFS so I am hoping to be able to filter by attribute value which I would imagine should be supported but as I am trying to work to that point it doesn't seem to be included.
These are very urgent requirements.
Thanks.