EDN Admin
Well-known member
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
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