Master/Detail projections?

Posts   
 
    
mihies avatar
mihies
User
Posts: 800
Joined: 29-Jan-2006
# Posted on: 19-Aug-2006 01:21:00   

Is it possible to create master-detail projections. For example, lets say I have this ResultSetFields: CategoryId, Id, Description

And I would create Category-Items relation (Category class has List<Item> Items property) so that all the same category ids are stored in unique Category class which can have many Items. I guess it is not possible, so how about feature request?

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39927
Joined: 17-Aug-2003
# Posted on: 19-Aug-2006 11:38:33   

Multi-level projections are on the todo list. You could try to implement your own projector by implementing the interface.

Frans Bouma | Lead developer LLBLGen Pro
mihies avatar
mihies
User
Posts: 800
Joined: 29-Jan-2006
# Posted on: 19-Aug-2006 13:00:07   

Otis wrote:

Multi-level projections are on the todo list.

Good.

Otis wrote:

You could try to implement your own projector by implementing the interface.

Yup, I have already something in my mind. simple_smile