ComponentOne DataObjects for .NET
C1ExpressConnection Class
Members 

C1.Data.Express.2 Assembly > C1.Data.Express Namespace : C1ExpressConnection Class
A C1ExpressionConnection component is used when it is necessary to combine several tables into a single data set.
Object Model
C1ExpressConnection Class
Syntax
'Declaration
 
Public Class C1ExpressConnection 
   Inherits C1.Data.BaseFormAwareComponent
public class C1ExpressConnection : C1.Data.BaseFormAwareComponent 
Remarks
A C1ExpressConnection component is used when it is necessary to combine several tables into a single data set. C1ExpressTable components are attached to a C1ExpressConnection component by setting their C1ExpressTable.ConnectionComponent property. These tables share a common database connection and a common row cache (data set).
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
               C1.Data.Express.C1ExpressConnection

See Also

Reference

C1ExpressConnection Members
C1.Data.Express Namespace