Importing SQL Relations into XSD

J

Jan Bannister

I'm using Visual Studio 2003 and using the automated
DataSet generator and its really handy.

If I add relations to the xsd file and "Run Custom Tool"
on the xsd file the IDE generates CustomRow.GetDetailsRows
() functions. Where 'Details' is the name of a child
table. And these funtions are strongly typed. Fantastic!

However, when i drag'n'drop the database from Server
Explorer the relationships are not copied over in to the
xsd file, so i have to insert the relationships manually
Is there a way of doing this automaticlly or is it not a
support feature yet.

Many Thanks
Jan Bannister
 
M

Miha Markic

Hi Jan,
However, when i drag'n'drop the database from Server
Explorer the relationships are not copied over in to the
xsd file, so i have to insert the relationships manually
Is there a way of doing this automaticlly or is it not a
support feature yet.

The later, unfortunatelly.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top