Hi! can anyone guide me how to create a fetch request that will query an entity and returns any properties that qualify my criteria.
Here's what I have. I have an entity that has 35 properties, all are in types of float. What I need was to see all properties of the entity which values was <= zero.
I know how to return the values of the properties but not how to return the name of the property.
Thanks,