L
lucius
I have a public property with this attribute decorating it:
[System.Xml.Serialization.SoapIgnoreAttribute]
but when I convert an object to XML (it inherits from
System.Data.DataTable), it still shows as a Property in the raw XML.
Why does it do this and how can I make it stop? I don't want any
properties to exist in the XML, just the rows from the DataTable.
Thanks.
[System.Xml.Serialization.SoapIgnoreAttribute]
but when I convert an object to XML (it inherits from
System.Data.DataTable), it still shows as a Property in the raw XML.
Why does it do this and how can I make it stop? I don't want any
properties to exist in the XML, just the rows from the DataTable.
Thanks.