On 28 Sty, 14:28, yhrn <[email protected]> wrote:

> I'm using NH 3 and theLINQprovider that comes with it and I can't
> find the functionality there. And it is "fetch allproperties" I'm
> looking for, not join.
>
> As a side note, support forlazypropertieswere introduced in NH 3.

I have been trying to perform such a query:

    query.Select(c => new Customer() { Id = c.Id, FirstName =
c.FirstName, ... } );

with success so the lazy properties were loaded too

But still looking for more generic solution where no explicit code is
needed.

Roland

-- 
You received this message because you are subscribed to the Google Groups 
"nhusers" 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/nhusers?hl=en.

Reply via email to