[]
        
(Showing Draft Content)

C1.AdoNet.Salesforce.C1SalesforceConnection.ChangeDatabase

ChangeDatabase Method

ChangeDatabase(string)

Changes the current database for an open connection.

Declaration
public override void ChangeDatabase(string databaseName)
Parameters
Type Name Description
string databaseName

Specifies the name of the database for the connection to use.

Overrides