GrapeCity.ActiveReports.QueryDesigner.Implementation.Data.SchemaModel Namespace
In This Topic
Classes
| Class | Description |
 | Column | Represents a column in a Table. This class can be used to create a new DbName for using in Table. |
 | DataSchema | Represents a database schema containing tables and foreign key relationships to be displayed in the user interface of the GrapeCity.ActiveReports.QueryDesigner.Implementation.QueryDesignerDialog. |
 | DbName | Represents the name and schema of a database object. This class can be used to create a new DbName for using in Table. |
 | ForeignKey | Represents a foreign key relationship between two database tables. The ForeignKey class defines a relationship between two Table and matches columns from the source table with columns from the destination table. |
 | Table | Represents a database table. This class can be used to create a new DbName for using in DataSchema. |
Enumerations
| Enumeration | Description |
 | TableType | Specifies a type of the table in a database. |
See Also