DataConnector | ComponentOne
C1.AdoNet.D365S Assembly / C1.AdoNet.D365S Namespace / C1D365SConnection Class / CreateInnerConnection Method / CreateInnerConnection(String) Method
The connection string to be used for the new connection

In This Topic
    CreateInnerConnection(String) Method
    In This Topic
    Create the inner connection to be used by this C1D365SConnection.
    Syntax
    'Declaration
     
    Protected Overloads Overrides NotOverridable Function CreateInnerConnection( _
       ByVal connectionString As String _
    ) As C1ODataConnection
    protected override C1ODataConnection CreateInnerConnection( 
       string connectionString
    )

    Parameters

    connectionString
    The connection string to be used for the new connection

    Return Value

    See Also