Project Description
Generates one class having properties with the basic C# types aimed to serve as a business object by using reflection from the passed objects instances and a constructor to populate the class properties from a DataRow instance with the same data columns as the property names
Provides the functionality to generate a class to serve as a Business Object having properties with only basic C# types derived from the reflected properties of passed object instances and a constructor to populate those properties from a DataRow object having DataColumns with the same titles as the reflected columns.