ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.QueryDesigner Assembly / GrapeCity.ActiveReports.QueryDesigner.Implementation Namespace / IQueryDesignerHost Interface / Schema Property

In This Topic
    Schema Property (IQueryDesignerHost)
    In This Topic
    Gets the database schema associated with the query designer host.
    Syntax
    'Declaration
     
    ReadOnly Property Schema As DataSchema
    DataSchema Schema {get;}

    Property Value

    A GrapeCity.ActiveReports.QueryDesigner.Implementation.Data.SchemaModel.DataSchema object representing the schema.
    Remarks
    The Schema property provides access to the database schema used for designing queries.
    See Also