-
I have two providers in a web project and it appears that the schema is not being generated for any of my tables and views in the second provider. SubStage builds the table and view classes ok - I've visually compared the classes generated for my second provider to those of my first provider and...
-
After a couple of days with no answer I figured that I'd take a crack at implimenting this feature -- I believe that I have success!! First of all I have only implimented this as a feature for the FROM table when you use the CreateJoin(string fromTable, string fromColumn, string toTable, string toColumn...
-
When the Select includes .InnerJoin(ParaSonic.Lookup.LookupIDColumn, ParaSonic.CustomerContact.DispoCodeColumn) .InnerJoin(ParaSonic.Lookup.LookupIDColumn, ParaSonic.CustomerContact.MarriedIDColumn) I Get a SQLQueryException: The objects "dbo.Lookup" and "dbo.Lookup" in the FROM clause...