ExtendedProperties
PropertyCollection ep = DataColumn.ExtendedProperties;
Accesses the PropertyCollection
object of the
DataColumn
that allows custom information related
to the DataColumn
to be stored. Nonstring
properties aren’t persisted when the
DataSet
is written as XML.