On Sun, Sep 14, 2008 at 5:30 PM, Pascal Craponne <[EMAIL PROTECTED]> wrote:
> Since you join the project now, here's a brief development status:
> - A few core features are missing (outer joins, references loading, lazy
> loading)
I would like to add to that list a couple of things:
- Grouping capabilities: most of this feature is theoretically
implemented but it isn't working at all.
- Complex projections: projections which contains associations
accesses (AKA EntityRefs & EntitySets) or nested queries.
Example:
db.Orders.Select(o=>new {o.Employee, o.OrderDetails,
o.OrderDetails.Select(od=> od.ProductID});
Regards.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"DbLinq" 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/dblinq?hl=en
-~----------~----~----~----~------~----~------~--~---