Connection.getCncString

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.

class Connection
string
getCncString
()

Return Value

Type: string

the connection string used when opening the connection.

Meta