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

kubernetes controllers and workloads

In Kubernetes, Workloads are the applications you run on the cluster, while Controllers are the background control loops that watch the st...