I'm trying to map an object with property names like so:
Property_One -> PropertyOne ... etc
Sample_Property -> SampleProperty
Is there a better way to do this than to map individually each property to another? The only difference is the underline.
See Question&Answers more detail:os