ftuttle wrote:
Or is the answer, it just generates entities and it is my job to write the code between the entities generated and my schema generated objects?
Yes, that's the way to go.
But you can edit the templates that generate the enitities. So if there are standards for converting your rows(/entities) to the XML-schema (which has to be applied over several entities), you can change the template, and that part is generated for you.
For the specific conversion-issues, you've of course to write your own logic, but that can be simple by overriding the properties from the entities.
I think, that if there's any conversion-logic (in your implementation) that is duplicated in several places, LLBLGen will help you pretty much, with the ability to edit the templates.