Hi,
Would it be possible to add support for subselect fetching of
collections?
Looking in the code, this piece should be added in the
FetchTypeExpression<TParent> class:
public TParent Subselect()
{
setter("subselect");
return parent;
}
Thanks in advance,
Tolomaüs.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Fluent NHibernate" 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/fluent-nhibernate?hl=en
-~----------~----~----~----~------~----~------~--~---