Support for Xml fragments
Could LinqPad work with XML fragments as valid Xml content?
We commonly use Xml columns with MS SQL 2008+ and we store data in this columns as Xml fragments. So no root element is present. This is caused by convention and performance optiomalizations also.
But these columns cannot LinqPad handle and display. In MS SQL, xml fragment is commonly queryable and usable. Can LinqPad handle these columns also?
Example of stored data
Book1
Book2
We commonly use Xml columns with MS SQL 2008+ and we store data in this columns as Xml fragments. So no root element is present. This is caused by convention and performance optiomalizations also.
But these columns cannot LinqPad handle and display. In MS SQL, xml fragment is commonly queryable and usable. Can LinqPad handle these columns also?
Example of stored data
Book1
Book2
Comments
Example of stored data
Someone also said the same thing on SO: http://stackoverflow.com/questions/40089784/in-linqpad-is-there-a-way-to-serialize-type-xml-column-as-string
http://www.linqpad.net/download.aspx#beta
Right-click the connection, properties, advanced.