| C1.Data.Express.2 Assembly : C1.Data.Express Namespace |
| Class | Description | |
|---|---|---|
![]() | C1ExpressConnection | A C1ExpressionConnection component is used when it is necessary to combine several tables into a single data set. |
![]() | C1ExpressField | Represents a C1ExpressTable field. |
![]() | C1ExpressFieldCollection | Represents a collection of C1ExpressField objects. |
![]() | C1ExpressJoin | Represents an equality condition between a parent and a child field of a C1ExpressRelation. |
![]() | C1ExpressJoinCollection | Represents a collection of C1ExpressJoin objects of a C1ExpressRelation. |
![]() | C1ExpressRelation | Represents a relation between two C1ExpressTable objects. |
![]() | C1ExpressRelationCollection | Represents a collection of C1ExpressRelation objects of a C1ExpressConnection. |
![]() | C1ExpressTable | C1ExpressTable is the main component of C1DataExpress. |
![]() | C1ExpressView | C1ExpressView is a component that can serve as a data source for data-aware controls, along with C1ExpressTable and C1ExpressConnection. |
![]() | ExpressGenerateSqlEventArgs | Provides data for the C1ExpressTable.BeforeGenerateSql and C1ExpressTable.AfterGenerateSql events. |
| Delegate | Description | |
|---|---|---|
![]() | ExpressGenerateSqlEventHandler | Represents the method that handles the C1ExpressTable.BeforeGenerateSql and C1ExpressTable.AfterGenerateSql events. |