Can I create a dataset XSD without using the designer?
- by Per Åkerberg
Hi everyone,
I want to be able to create the XSD file for my typed dataset without using the visual studio dataset designer. Is there a way to do this using for instance a command-line tool?
There is some magic happening when a table is dragged from the server explorer to the design surface, but where does that magic come from?
To add some…