Documentation for this section has not yet been entered.
The Database property can be dynamically updated by using the IDbConnection.ChangeDatabase(string) method or by passing an SQL statement using one of the Execute methods. (Initially the database is set by means of the connection string.) If you change the current database using an SQL statement or the ChangeDatabase method, an informational message is sent and then the property is updated.