get_cnc_string
Description:
Gets the connection string used to open this connection.
The connection string is the string sent over to the underlying database provider, which describes the parameters to be used to open a connection on the underlying data source.
Parameters:
this |
a Connection object. |
Returns:
the connection string used when opening the connection. |