Hi all,
I wonder if anyone has an idea on how to supply custom model loading Query to MVC\Model objects?
The question is here:
https://stackoverflow.com/questions/21715835/loading-models-with-inner-join
I need to load a dependent model with properties obtained from parent model. I really don't want to go to database again in afterFetch()...
Thanks!