ActiveDatabaseSoftware.ActiveQueryBuilder Namespace : BaseMetadataProvider Class |
The following tables list the members exposed by BaseMetadataProvider.
Name | Description | |
---|---|---|
CanExecSQL | Indicates if a metadata provider is able to execute SQL queries against database connection. | |
CommandTimeout | Gets or sets the SQL command timeout. | |
Connected | Gets or sets a value indicating whether the underlying Connection object is connected to the database. | |
Connection | Gets or sets an object implementing IDbConnection interface to provide access to the database. | |
Description | Gets description string for the purpose of selecting the right metadata provider from the list of available providers. |
Name | Description | |
---|---|---|
Connect | Opens connection to the database. | |
Disconnect | Closes connection to the database. | |
ExecSQL | Executes SQL query against Connection and returns the IDataReader interface in result. | |
ExecSQLNoResult | Executes SQL query against Connection. Returns no result. | |
GetReferencingObjectNames |
Name | Description | |
---|---|---|
AfterConnect | Fired after opening connection to the database. | |
AfterDisconnect | Fired after closing connection to the database. | |
AfterSqlExec | Fired after successfull execution of the SQL query. | |
BeforeConnect | Fired before opening connection to the database. | |
BeforeDisconnect | Fired before closing connection to the database. | |
BeforeSqlExec | Fired before execution of SQL query. |