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

In This Topic
    DataSchema Class
    In This Topic
    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 
    public sealed 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