DataConnector | ComponentOne
C1.AdoNet.ServiceNow Assembly / C1.AdoNet.ServiceNow Namespace / C1ServiceNowConnection Class / C1ServiceNowConnection Constructor / C1ServiceNowConnection Constructor(String)

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

    Parameters

    connectionString
    See Also