DataConnector | ComponentOne
C1.AdoNet.Salesforce Assembly / C1.AdoNet.Salesforce Namespace / C1SalesforceConnection Class / ChangeDatabase Method
Specifies the name of the database for the connection to use.

In This Topic
    ChangeDatabase Method (C1SalesforceConnection)
    In This Topic
    Changes the current database for an open connection.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable Sub ChangeDatabase( _
       ByVal databaseName As String _
    ) 
    public override void ChangeDatabase( 
       string databaseName
    )

    Parameters

    databaseName
    Specifies the name of the database for the connection to use.
    See Also