can i use dynamic sql to create something like a typed view? I want to use dynamic sql to pull data from two or more tables? does anyone have examples of this?
You can use a DynamicList to fetch data from more than one table.