MESCIUS.ActiveReports.QueryDesigner Assembly / GrapeCity.ActiveReports.QueryDesigner.Implementation.Data.SchemaModel Namespace
Inheritance Hierarchy
GrapeCity.ActiveReports.QueryDesigner.Implementation.Data.SchemaModel Namespace
Classes
 ClassDescription
ClassRepresents a column in a Table. This class can be used to create a new DbName for using in Table.
ClassRepresents a database schema containing tables and foreign key relationships to be displayed in the user interface of the GrapeCity.ActiveReports.QueryDesigner.Implementation.QueryDesignerDialog.
ClassRepresents the name and schema of a database object. This class can be used to create a new DbName for using in Table.
ClassRepresents 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.
ClassRepresents a database table. This class can be used to create a new DbName for using in DataSchema.
Enumerations
 EnumerationDescription
EnumerationSpecifies a type of the table in a database.
See Also