I am fetching an entity... and I need to fetch a related entity.... It just so happens the related entity (record) doesn't exist.... that's ok, but when I use FetchNewEntity(...) to get the entity from the database I appear to get a new record instead of no records at all. How do I make it so if the data doesn't exist, I get nothing back? And how do I detect that I am in this situation?
Thanks,
Darwin