Hi
I'm using V3 adapter.
I'm writing a method which takes an entity as a parameter and walks over one of its 1:m relationships. Often there will be no related entities.
At the moment each time the method is called I refresh the relationship from the DB. Often this will be unnecessary as the entity may have fetched this relationship already.
is there a way of telling the difference between a relation collection which is empty because there is no related data in the DB and a relation collection which is empty because the data hasn't been fetched?
Thanks
~Brett