XML Complex Type, DataSet
XML / XSL
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I am deriving a DataSet using ReadXMLSchema method from a XML Schema Definition file. I want to fill values in the Tables of the Data Set. There are some Tables that are complex Types. How do I fill values in such columns. For Ex: Table A -----Table B (Attributes: 1,2,3,4) -----Table C (Attributes: Table D, complexType) ---------------Table D (Attributes: 1) --------------------------Table E ((Attributes: 1,2) B & C are child of A. D & E are child of C. C only has one column which is a reference to Table D. How do I fill the values for the column in Table C , which is Table D (complex type)? Paul