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