Hello everyone,
I'm using the self-servicing generated code. And I'm trying to retrieve an entity by its Id.
But when I pass it an Id that I know does not exist in the database, it still returns an empty entity having the Id I passed for Id.
Is there a way for it to return NULL instead? Or is there a way for me to know if the item is in fact in the database or not, from the returned entity?
I've looked about everywhere from the doco to the site and the forum but no luck
Thanks a lot in advance!
Aure