XSD to Class to Entity to DB

Posts   
 
    
Posts: 94
Joined: 23-Aug-2006
# Posted on: 08-Dec-2011 03:18:09   

Is there any automated way to get from an xsd file to an LLBLGen model / code base ? I know there are tools that convert xsd to c# classes, but after that is there a way to convert these classes into something readable by LLBLGen in order to create a db and entities etc. I suspect there isnt....

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 08-Dec-2011 03:51:43   

Although this is not built-in, now LLBLGen v3.1 includes an Import System, so you can write your own XSDImporter. If you download the SourceCode pack from the Customer area you can see the code for the "LLBLGen Pro v3 project importer" (which is the included importer in a v3.1 installation).

David Elizondo | LLBLGen Support Team