Click or drag to resize
DbConnectionIDbConnectionChangeDatabase Method
Changes the current database for an open Connection object.

Namespace: Innovator.Client.Connection
Assembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax
void IDbConnection.ChangeDatabase(
	string databaseName
)

Parameters

databaseName
Type: SystemString
The name of the database to use in place of the current database.

Implements

IDbConnectionChangeDatabase(String)
See Also