MESCIUS.ActiveReports.QueryDesigner Assembly / GrapeCity.ActiveReports.QueryDesigner.Implementation.Data.SchemaModel Namespace / DataSchema Class
Members

DataSchema Class
Represents a database schema containing tables and foreign key relationships to be displayed in the user interface of the GrapeCity.ActiveReports.QueryDesigner.Implementation.QueryDesignerDialog.
Object Model
DataSchema Class
Syntax
'Declaration
 
Public NotInheritable Class DataSchema 
 
Remarks
The DataSchema class encapsulates the structure of a database schema, including the tables and foreign key relationships between those tables.
Inheritance Hierarchy

System.Object
   GrapeCity.ActiveReports.QueryDesigner.Implementation.Data.SchemaModel.DataSchema

See Also