Is there a standard way to turn on the validation of required fields so that the IDataErrorInfo is set and the WinForms controls display a generic "this field is required" message? Or, do I need to write specific validator overrides, validate each required field, and add the error info for databinding?
It seems the default behavior is to let it go by and throw a SQL error because the column is not nullable.