I want to change the namespace of the complex types generated when creating a domain method.
When I right click on the type and go to Properties
, there is a property called Namespace
, but if I change it, it will only produce compile errors.
I tried changing the namespace in the code and that worked, but when updating the model, the namespace goes back to the default value.