System.Data.PropertyCollection Class

Represents a collection of properties that can be added to System.Data.DataColumn, System.Data.DataSet, or System.Data.DataTable.

See Also: PropertyCollection Members

Syntax

public class PropertyCollection : Hashtable

Remarks

The System.Data.PropertyCollection can be accessed through the ExtendedProperties property of the System.Data.DataColumn, System.Data.DataSet, or System.Data.DataTable class.

Add custom properties to the System.Data.DataColumn, System.Data.DataSet, or System.Data.DataTable objects through the System.Data.PropertyCollection. For example, you may want to store the time of the object's creation for later comparison to another object.

Requirements

Namespace: System.Data
Assembly: System.Data (in System.Data.dll)
Assembly Versions: 1.0.3300.0, 1.0.5000.0, 2.0.0.0