A table cannot be mapped

Posts   
 
    
pakirikus
User
Posts: 2
Joined: 26-Oct-2008
# Posted on: 26-Oct-2008 07:57:28   

Hi there,

I was using llblgen for a long time, a couple days ago i generate llblgen dll. But this time a table cannot be mapped.nothing changed on database but only one table cannot be mapped even i generate it again.in fact, the table can be seen as an object in code, but no columns can be seen of that table.Can anyone help me?

pakirikus
User
Posts: 2
Joined: 26-Oct-2008
# Posted on: 26-Oct-2008 08:46:34   

Sorry, it was my mistake. The problem is that the table has an relationship with the another table as an entity.But now its relationship is as a collection.When i wrote " firsttable.secondtable[0].roleId " instead of "firsttable.secondtable.roleId", the columns can be seen.