[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.QueryDesigner.Implementation.IQueryDesignerHost

IQueryDesignerHost Interface

Represents a host for designing and executing database queries. This class can be used for QueryDesignerDialog.

Namespace: GrapeCity.ActiveReports.QueryDesigner.Implementation
Assembly: MESCIUS.ActiveReports.QueryDesigner.dll
Syntax
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.

Properties

Name Description
Schema

Gets the database schema associated with the query designer host.

Methods

Name Description
ExecuteQuery(string, IDataParameter[], int)

Executes the specified query with the given parameters.

ValidateQuery(string, IDataParameter[])

Validates the specified query with the given parameters.