Hi,
I wanted to use QueryTools.GetFeaturesByColumnValue by ignoring the case. Is there a way I can accomlish this?
Also, whenever we specify a search column with "ReturningColumnsType.AllColumns", I get an error
"An item with the same key has already been added.". The reason I think is that the library is trying to add the search column again and throws this error. So if I have 25 columns and to use this method I have to manually specify all the columns excluding the search column and beomes cumbersome. Is there any workarround for this?
Appreciate your help.
Thanks!