How to rebuild C# Class from XML

Posted by mcass20 on Stack Overflow See other posts from Stack Overflow or by mcass20
Published on 2010-06-09T19:24:30Z Indexed on 2010/06/09 19:32 UTC
Read the original article Hit count: 364

I would like to save an instance of a c#.NET class in SQL for later retrieval. I am able to use LINQ to SQL to add a record complete with all the xml that makes up the class.

Now how do I retrieve that xml and reconstruct the class object instance?

© Stack Overflow or respective owner

Related posts about c#

Related posts about sql