Hi
What is proposed method of using LLBLGenProDataSource2 with custom BL "manager style" classes?
To be more precise, am I to use LLBLGenProDataSource2 as a layer between custom BL manager classes and GUI when using data-bound ASP.NET 2.0 controls (GridView, etc.).
I have custom BL class (manager) which outputs entity collections taking in consider several business rules (like access rights stored outside of database, etc).
I want to bind these collections to ASP.NET 2.0 controls, and standard way of using LLBLGenProDataSource2 with "out of the box" LLBL Factory classes does not take in consider additional business rules (because they are implemented in my own BL manager classes).
thnx in advance