ComponentOne DataObjects for .NET
C1DataSet Class
Members 

C1.Data.2 Assembly > C1.Data Namespace : C1DataSet Class
C1DataSet is the main client component of C1DataObjects.
Object Model
C1DataSet Class
Syntax
'Declaration
 
Public Class C1DataSet 
   Inherits BaseFormAwareMarshalByValueComponent
public class C1DataSet : BaseFormAwareMarshalByValueComponent 
Remarks
It contains the data as it is exposed to the user, that can be used both by data bound controls and programmatically. C1DataSet class has a [Serializable] attribute, 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.ComponentModel.MarshalByValueComponent
         C1.Data.C1DataSet

See Also

Reference

C1DataSet Members
C1.Data Namespace