Wednesday, October 13, 2010

What values are supported for a DataColumn's MappingType ?

Element (The column is mapped to an XML element. )
Attribute (The column is mapped to an XML attribute. )
SimpleContent (The column is mapped to an XmlText node. )
Hidden (The column is mapped to an internal structure. )

No comments:

Post a Comment

 using Microsoft.AspNetCore.Mvc; using System.Xml.Linq; using System.Xml.XPath; //<table class="common-table medium js-table js-stre...