[]
Represents a host for designing and executing database queries. This class can be used for QueryDesignerDialog.
public interface IQueryDesignerHost
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.
Name | Description |
---|---|
Schema | Gets the database schema associated with the query designer host. |
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. |