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

IQueryDesignerHost Interface
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 
 
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