I would like to use a stored procedure to retrieve entities from a DB, I don't care about tracking changes. I just need all entities be resolved including related ones.
Do I have to use SqlCommand?
What about complex properties, will they be resolved too?
Any other limitations you could tell me about?
Thanks!