ConnectionString Property
Overloads
| ConnectionString | 
             One of: * ODBC CONNECT TO [<provider name>] * OLEDB CONNECT TO [<provider name>] * CUSTOM CONNECT TO [<provider name>] * "<local absolute or relative path, UNC path>" * "<URL>" Connection string. This parameter is mandatory and must be set when creating or modifying a connection. JSON property name: qConnectionString  | 
        
      
    
ConnectionString
One of:
- ODBC CONNECT TO [<provider name>]
 - OLEDB CONNECT TO [<provider name>]
 - CUSTOM CONNECT TO [<provider name>]
 - "<local absolute or relative path, UNC path>"
 - "<URL>"
 
Connection string.
This parameter is mandatory and must be set when creating or modifying a connection.
JSON property name: qConnectionString
Declaration
      string ConnectionString { get; set; }
    
  Property Value
| Type | Description | 
|---|---|
| System.String |