We have a column in the database that has a type of xml. I am reading this information via the .net SqlDataReader, but I\'m not sure what to cast i
xml
SqlDataReader
I remember casting it to a string. Feeding XmlDocument with a string works as usual then.