FieldsOnRelatedFields with 3 level

Posts   
 
    
core
User
Posts: 1
Joined: 10-Jul-2006
# Posted on: 10-Jul-2006 15:24:32   

hi,

Suppose I have 3 related tables

Cat (CatID, CatName) item (ItemID, ItemName, CatID) Invoice (InvoiceID, ItemID)

Is it possible to create an entity InvoiceEntity that have (InvoiceID,ItemID, ItemName, CatID, CatName)

where ItemName, CatID, CatName are FieldsOnRelatedFields (The problem is in CatName)

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39928
Joined: 17-Aug-2003
# Posted on: 10-Jul-2006 16:33:33   

Not in the designer, you can of course add such a property in code, using a partial class or by using the user code regions for this.

Frans Bouma | Lead developer LLBLGen Pro