DataConnector | ComponentOne
C1.AdoNet.Salesforce Assembly / C1.AdoNet.Salesforce Namespace / C1SalesforceConnection Class / C1SalesforceConnection Constructor / C1SalesforceConnection Constructor(String)

In This Topic
    C1SalesforceConnection Constructor(String)
    In This Topic
    Initialize a new C1SalesforceConnection instance using the specified connection string.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal connectionString As String _
    )
    public C1SalesforceConnection( 
       string connectionString
    )

    Parameters

    connectionString
    See Also