I would put this in Feature Requests, but I'm betting this either has already been brought up and explained why it wasn't done, or is being considered for future releases. I did search the boards, but couldn't find anything on my initial searches.
Would it be possible/practical for LLBLGen Pro to include built-in validation support for required fields (not nullable) along with varchar lengths? Or is it already there, and I just don't know how to utilize it?
For example, if I bind an ErrorProvider to a BindingSource bound to an LLBL collection, it would be sweet if the ErrorProvider was populated with any required fields that were missing, or any strings that exceeded the length allowed by the db.
Thanks in advance.