Could someone please explain when is it necessary to include a default value of type ‘new’
e.g.
Is this only necessary for datatables or is it also necessary for other datatypes and if so what is the rule.
I’ve been having a problem with my main workflow which is generating an error message when it completes the main workflow (and so should have finished).
The error message seems to imply that a DataRow item requires a default
However I have gone through all my datarow items and if I put a default of new System.Data.DataRow as a default I get the following error.
Saying that the DataRow item is a ‘Protected Friend’ so that seems to be the wrong default value for a datarow variable.
If someone could please explain when the ‘new’ default is required and if you have any insights into why my main is erroring that would be amazing.
Many thanks,