hi, i have a few classes which inherit from ActiveRecordLinqBase<T>
then i query these classes with the Queryable property, but i need
something that i used when i wanted to do eager load of my
entities, detachedCriteria.CreateCriteria("Incidencias",
JoinType.LeftOuterJoin) to get my associated entity inmediatly and not
do lazy load
how can i do this with Linq Queryable property?
--
You received this message because you are subscribed to the Google Groups
"Castle Project Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/castle-project-users?hl=en.