I am attempting to get feature values, but the I only get column names with this following line of code:
myLayer.QueryTools.GetFeaturesByColumnValue(FieldIdColumn,FieldIdValue,ReturningColumnsType.AllColumns
When I use this, I can get all my columns names, but I want the values of all of the columns based on the FieldIdValue.
What do I need to do?