Sql Server xml column with Entity Framework - how to keep insignificant whitespaces

Posted by Saravanan on Stack Overflow See other posts from Stack Overflow or by Saravanan
Published on 2010-03-29T18:50:11Z Indexed on 2010/03/29 18:53 UTC
Read the original article Hit count: 174

Sql server 2005 (even 2008) strips the insignificant whitespaces by default. To keep one can use the CONVERT funtction with the last argument as '1' (Ref. Article). How can we do the same thing in Entity Framework?

thanks

© Stack Overflow or respective owner

Related posts about Xml

Related posts about entity-framework