Ah. So if I understand the responses, Linq doesn't actually create an instance of the Animal class at that point, but something "linq-ish" that _could_ be used later to instantiate the Animal class if needed, or could be interpreted differently (as in this scenario). That makes sense. Thanks to all.
On Thu, Jan 8, 2015 at 11:50 AM, Gunnar Liljas <[email protected]> wrote: > Exactly. It's on line 109 here: > > > https://github.com/gliljas/nhibernate-core/blob/NH3488/src/NHibernate/Linq/Assignments.cs > > -- > > --- > You received this message because you are subscribed to the Google Groups > "nhibernate-development" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- --- Facts do not cease to exist because they are ignored. *Aldous Huxley* -- --- You received this message because you are subscribed to the Google Groups "nhibernate-development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
