DataTable.ExtendedProperties Property
.NET Framework (current version)
Gets the collection of customized user information.
Assembly: System.Data (in System.Data.dll)
<BrowsableAttribute(False)> Public ReadOnly Property ExtendedProperties As PropertyCollection
Property Value
Type: System.Data.PropertyCollectionA PropertyCollection that contains custom user information.
The following example adds a timestamp value to the DataTable through the ExtendedProperties property.
.NET Framework
Available since 1.1
Available since 1.1
Show: