Null Value exception thrown, need to change default action
The migrated code using a dataset is suffering from exceptions that the generated dataset code throws. I need to be able to reset the default action to either ignore or replace etc. This is an option for the field in the dataset (codegen etc).
However I would like to do it once for the entire dataset (30+ tables of 20 columns and n assorted queries etc). Doing this by hand for each field is a real pain.
Is there a way to change the default null handling option from throw exception to anything else, when initially generating the typed dataset.
Thanks

