Problem generating a typed dataset with xsd schema [modified]
-
Hi, I am trying to generate a typed dataset with an xsd schema, but I seem to do it only half right. In one application, I read my MySql database (4 data tables) into a simple dataset, I define the relations and I export it with the WriteXmlSchema method. This works fine. Then, I import my newly created xsd file to another project, in which I want to create a typed dataSet. In this project, I'm able to view my schema, and when I right-click and select Preview DataSet, everything looks great, I have my 4 tables and all the Properties are shown. However, when I select Generate DataSet and go write some code, I only have one table for which a FindBy method has been generated. No property is defined in my other 3 tables. Can somebody please help me, this is driving me nuts! Thanks! -- modified at 10:27 Wednesday 14th March, 2007