I\'ve got a table that has a XMLType field. The table is created and loaded using the following DDL/DML:
Basically, the initial problem is I need to make a boolean value serialize as 0 or 1. The solution I found was to implement IXmlSerializable, which I did. Unfortunately the class I\'m trying to serial
I have a table in oracle having column of datatType SYS.XMLTYPE and have to map it inNhibernate hbm to retrieve the XML. I am using C# with .net framework 3.5 is开发者_JAVA百科 there any specific data