Hi, (Using LLBLGen V2.5, Adapter, VB, SQL Server 2005, WinForm)
Until now I've used design mode to set the datasource of a form by dragging an EntityCollection and BindingSource from the Toolbox, setting the EntityCollection's EntityFactory then the BindingSource's datasource to the EntityCollection.
I now urgently need to do this at run time and could do with some help. How does one replicate the above in code? Does anyone have an example (pref VB) that instantiates an EntityCollection, set its EntityFactory etc?
Really look forward to a hand here!
Thanks