I'm sure that there's a simple answer to this but I'm missing it.
I want to query a feature class that has a column named PARENT_ID. The type is GUID.
My where clause is:
PARENT_ID = '6c1d6f56-b4d9-43ba-ac0a-038699229b6b'
I have records with this guid, but the featureClass.Search isn't returning features. Is there some trick to querying for a guid?
Thanks,
Rick