Browse by Tags

30 January 2007
How to convert XmlDocument to XmlReader for SqlXml data type.
The SqlXml datatype constructor only accepts a Stream or XmlReader, if you have an XmlDocument in memory (go with stream if you have it) then you can easily convert to a SqlXml compatible stream with the XmlNodeReader class. XmlNodeReader implements IDisposable, Read More...
9 Comments
Filed under: , , ,
 
Page view tracker