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

In This Topic
    DbName Class
    In This Topic
    Represents the name and schema of a database object. This class can be used to create a new DbName for using in Table.
    Object Model
    DbName Class
    Syntax
    'Declaration
     
    Public NotInheritable Class DbName 
    public sealed class DbName 
    Remarks
    A DbName class represents the name and schema 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.DbName

    See Also