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

In This Topic
    Table Class
    In This Topic
    Represents a database table. This class can be used to create a new DbName for using in DataSchema.
    Object Model
    Table Class
    Syntax
    'Declaration
     
    Public NotInheritable Class Table 
    public sealed class Table 
    Remarks
    The Table class represents the table of the DataSchema to be displayed in the user interface of the GrapeCity.ActiveReports.QueryDesigner.Implementation.QueryDesignerDialog.
    Inheritance Hierarchy

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

    See Also