tags:

views:

65

answers:

1

I have some code that returns data from a self referencing table (ID,ParentID) into a DataSet. It then adds a DataRelation to the DataSet and writes the DataSet to XML. This write the XML as the expected heirarchy.

How do I do this in Subsonic?

+1  A: 

Why not continue to use the same code? Read the table using subsonic if you like, put it into a data set. There is no feature in subsonic to write xml for you.

P a u l