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?