Importing SQL Relations into XSD

  • Thread starter Thread starter Jan Bannister
  • Start date Start date
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
 
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.
 
Back
Top