This documentation is archived and is not being maintained.
DataTable.ExtendedProperties Property
.NET Framework (current version)
Gets the collection of customized user information.
Namespace:
System.DataAssembly:
System.Data (in System.Data.dll)
[<BrowsableAttribute(false)>]
member ExtendedProperties : PropertyCollection with get
Use the ExtendedProperties to add custom information to a DataTable. Add information with the Add method. Retrieve information with the Item method.
Extended properties must be of type String. Properties that are not of type String are not persisted when the DataTable is written as XML.
The following example adds a timestamp value to the DataTable through the ExtendedProperties property.
No code example is currently available or this language may not be supported.
.NET Framework
Available since 1.1
Return to top