The name of the current database to be used after a connection is opened.
string Database
Read-only
IDbConnection.Database
if (conn.Database != "pubs2") conn.ChangeDatabase("pubs2");