I have a string array which I want to cast to strongly type object of a generated class.
so code bits are like:
string[] fileContents;
sol_astatement entity = new
sol_astatement
() { };
I can set properties one by one, please guide if there is a automatic way to do this ? thanks
*This post is locked for comments