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

In This Topic
    IQueryDesignerHost Interface
    In This Topic
    Represents a host for designing and executing database queries. This class can be used for QueryDesignerDialog.
    Object Model
    IQueryDesignerHost Interface
    Syntax
    'Declaration
     
    Public Interface IQueryDesignerHost 
    public interface IQueryDesignerHost 
    Remarks
    The IQueryDesignerHost interface defines the contract for any host class that supplies schema information and methods for executing and validating queries within the QueryDesignerDialog. Implementers of this interface should provide mechanisms to interact with the underlying database.
    See Also