C
C P
I've got a C# strongly-typed DataSet that is being auto-generated from an
XSD schema I've created. I see that I can change the access modifier for
the generated DataSet class to "internal". However, it gets set back to
ublic" any time I alter my schema (causing the DataSet to be regenerated).
Is there any setting that I can tweak so that the generated DataSet will
always be internal by default?
Thanks,
Chris
XSD schema I've created. I see that I can change the access modifier for
the generated DataSet class to "internal". However, it gets set back to
ublic" any time I alter my schema (causing the DataSet to be regenerated).
Is there any setting that I can tweak so that the generated DataSet will
always be internal by default?
Thanks,
Chris