ComponentOne DataObjects for .NET
PropertyCollection Class
Members 

C1.Data.2 Assembly > C1.Data Namespace : PropertyCollection Class
Represents a collection of properties that can be added to C1DataSet, C1DataTable, or C1.Data.SchemaObjects.TableField.
Object Model
PropertyCollection Class
Syntax
'Declaration
 
Public Class PropertyCollection 
   Inherits System.Data.PropertyCollection
public class PropertyCollection : System.Data.PropertyCollection 
Remarks
This class does not add any new properties or methods to the System.Data.PropertyCollection class.

The only difference with the base class is that C1.Data.PropertyCollection is marked with [Serializable] attribute and implements the ISerializable interface, so it can be passed as a parameter and returned from a method executed remotely in a different process or on a different computer.

Inheritance Hierarchy

System.Object
   System.Collections.Hashtable
      System.Data.PropertyCollection
         C1.Data.PropertyCollection

See Also

Reference

PropertyCollection Members
C1.Data Namespace