[]
Create the inner connection to be used by this C1D365SConnection.
protected override C1ODataConnection CreateInnerConnection()
Type | Description |
---|---|
C1ODataConnection | The created inner C1ODataConnection. |
Create the inner connection to be used by this C1D365SConnection.
protected override C1ODataConnection CreateInnerConnection(string connectionString)
Type | Name | Description |
---|---|---|
string | connectionString | The connection string to be used for the new connection |
Type | Description |
---|---|
C1ODataConnection | The created inner C1ODataConnection. |