Relations on Typed Views with Dynamic Lists

Posts   
 
    
Posts: 30
Joined: 21-Apr-2005
# Posted on: 20-Jun-2005 20:08:52   

I am creating Dynamic lists in code for read only use to populate a datagrid. I have some typed views (SQL Server views) that I would like to pull values from in the dynamic list. From the examples that I have seen, adding relations requires an Entity object.

-How do I set up a relation in the dynamic list to the typed views?

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39933
Joined: 17-Aug-2003
# Posted on: 20-Jun-2005 20:31:14   

You should add entities mapped on those views, add custom relations between them and you're set simple_smile Mapping entities on views is released in 1.0.2004.2, the latest version.

Frans Bouma | Lead developer LLBLGen Pro
Posts: 30
Joined: 21-Apr-2005
# Posted on: 20-Jun-2005 20:43:33   

Genius! Thanks