Skip to content

WrappedConnection.ChangeDatabase method

Changes the current database for an open Connection object.

public override void ChangeDatabase(string databaseName)
parameter description
databaseName The name of the database to use in place of the current database.

See Also