Hi,
I have a typed dataset for which the code is auto-generated fortunately or unfortunately (not sure)....
When I explicitly change the generated code, say I change an input parameter type of a method from int to string, the same doesnt get reflected in the .xsd which is the designer.
Is it because of the GeneratedCodeAttribute?
Thanks,
Shyam