Say that one is using the US_States layer. Initially, one would display all the states. Then, the user would like to only show states that begin with a certain string. For example, one wants the Where clause to be "STATE_NAME LIKE "NORTH%" to display only states that begin with NORTH in the name without displaying the other states.
In ArcMap, this kind of problem is solved via a Query Definition. FeatureLayer's have a property called Where that serves the same function. Can one change a FeatureLayer's Where clause during runtime?
If not, how does one display only those features that meet certain attribute criteria?
Thanks for your help.