Name
PropertyCollection
Synopsis
This class is accessed using the
ExtendedProperties property of the
DataColumn, DataTable,
DataSet, Constraint, and
DataRelation. It can store additional information
about the object. For example, you might want to store an expiration
date for a DataSet.
public class PropertyCollection : Hashtable { // Public Constructors public PropertyCollection( ); }
Hierarchy
System.Object
→
System.Collections.Hashtable(System.Collections.IDictionary, System.Collections.ICollection, System.Collections.IEnumerable, System.Runtime.Serialization.ISerializable, System.Runtime.Serialization.IDeserializationCallback, System.ICloneable)
→ PropertyCollection
Returned By
Constraint.ExtendedProperties, DataColumn.ExtendedProperties, DataRelation.ExtendedProperties, DataSet.ExtendedProperties, DataTable.ExtendedProperties
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access