I was able to modify my Schema.Navigator to include Views with the tables. The problem I have now is that Views do not have primary keys associated with them. If you add a table without primary keys (ID Fields), generating templates will crash the program.
I can manually go into the XML of the business entities and set the <IsID>false</IsID> to true, but then I have to add the entity again in the <IDFields> section and add the entire entity again. It is a little too cumbersome.
Would it be possible to only require that the IsID be set to true?
Or even better, would it be possible to change the maintain fields section so you can override the database properties for IsID or IsNull, etc.?