I just regen the DAL - There is no GetMultiAsDatatable in my Selfserv collections?
What version of LLBLGen is that in - I use 1.0.2003 Final April 30?
I must be missing something.
EmployeesCollection Employees = new EmployeesCollection();
Employees.??????????
Only have the following:
Employees.GetMulti
Employees.GetMultiManyToManyUsingCustomersEntitiesForOrders
Employees.GetMultiManyToManyUsingShipViaShippersEntitiesForOrders
Employees.GetMultiManyToManyUsingTerritoriesEntitiesForEmployeeTerritories
Employees.GetMultiManyToOne
I am doing an example on how to implement a BL with LLBLGen - using Northwind database. - Had a few requests.
- Not enough hours in a day!