Edit

Share via


DbConnection.ChangeDatabase(String) Method

Definition

When overridden in a derived class, changes the current database for an open connection.

public abstract void ChangeDatabase(string databaseName);

Parameters

databaseName
String

The name of the database for the connection to use.

Implements

Remarks

The value supplied in the databaseName parameter must be a valid database name for the current instance.

Applies to

See also