Using latest code and SelfServicing pattern
Is there a way to check an EntityClass to see if it has fetched a relation class WITHOUT CAUSING IT TO LAZY LOAD?
In my model I have to get back across a portal before having access to the database...I don't see any apparent way to check since just accessing the property would fire the LazyLoad logic.
Sean