Franz, Great Product.
I have been using LLBL Gen since June 05 and I can't say enough good things about it. So much that I have updated our Standard Design Book to require that any outsourcer who does work for us purchase and use LLBL Gen as the data access layer.
There is one thing I would like to see added to the next version though.
I really miss the methods to set values to null and the IsNull on datatables
employee.SetFirstNameNull()
is cleaner than
employee.SetNewFieldValue("FirstName",null);
OR for better compile time checking
employee.SetNewFieldValue((int)EmployeeFieldIndex.FirstName,null);
Same thing for Checking null
employee.IsFirstNameNull()
VS
employee.FirstName == null
Whatever you decide, keep up the great work. I'm going to love the tool with or without the changes. But I would love it more with them.
Chris