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

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

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

    See Also