LLBLGen 2.6 Final. Dynamic Data add-on support.
In the zip file I downloaded, there is a text file (DbEditorASPNETSelfServicing_Readme.txt) which says:
Dynamic Data assumes that any relation has both sides present, so you can't use relations which are partly hidden, you've to have a field mapped, which is visible, on both sides of the relation.
Can you please elaborate on this?
In my database I am using surrogate keys(just a trigger based sequence) as the primary key and the natural primary key is used as unique constraints.