Object/Entity/Class Generator from DataSet/Schema

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Hi, Ive googled around and searched this forum as well. Im looking for a generator to make an entity class from my dataset.
Currently Im using XSD in an pre-build event (VS2005), which looks like this XSD "$(SolutionDir)MyDataSet.xsd"  /c /outputdir:"$(ProjectDir)Auto-Generated" /namespace:MyNameSpace.DataTypes. Im not very happy with how the generated code looks like. My class is named MyDataSet.cs, and the customer object is named MyDataSetCustomer. I would prefer just Customer.
Previously Ive used XSDObjectGen, but Ive found no .Net2 version of this.
Does anybody have some nice utility or tip of how to make good entity classes from datasets?

View the full article
 
Back
Top