To be filed under "if it hurts then don't do it".
Summary:
Addition of Fields map on related fields does not get picked up until shutdown and restart VS.
(I have my VS 2K5, LLBLGenPro designer, SQL Query analyzer all up and running and hop around quite a bit.)
- Create solution.
- Create VS web project.
- Create VS dal project.
- Generate dal using LLBGen pro
- Create web page, use LLBLGenProDataSource and a collection class.
- Using LLBGEN designer, map column in the collecion entity to something.
- Regen dal.
- Rebuild solution.
- See that the mapped column is not available using VS ->gridview -> add new column.
- Close VS solution
- Open VS solution, see that the column is now available.
One other really minor quirk:
The option to enable sorting is not available on the GridView designer when referencing a LLBLGenProDataSource/Entity collection, although it can be set via Grid property sheet or programatically. Not sure if this is due to something beyond LLBLGenProDataSource's control (no pun intended). Just thought i would mention it.
I really love this product, and look forward to becoming more productive with it.
- Mark