DbConnectionIDbConnectionChangeDatabase Method |
Changes the current database for an open Connection object.
Namespace: Innovator.Client.ConnectionAssembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax void IDbConnection.ChangeDatabase(
string databaseName
)
Private Sub ChangeDatabase (
databaseName As String
) Implements IDbConnection.ChangeDatabase
Parameters
- databaseName
- Type: SystemString
The name of the database to use in place of the current database.
Implements
IDbConnectionChangeDatabase(String)See Also