| Name |
Description |
| Token Server |
Stores refresh tokens between sessions and automatically refreshes expired access tokens |
| Refresh Token |
OAuth 2.0 refresh token used to obtain new access tokens |
| NormalizeDbNames |
Performs the normalization of database names |
| Connection Timeout |
Time (in seconds) to wait for a connection to the server before terminating the attempt and generating an error. The default value is 15 |
| Default Command Timeout |
Time (in seconds) to wait for execution of a command before terminating the attempt and generating an error. 0 indicates no limit |
| Failover Retries |
Number of retries to execute a command if it fails because of the exception. It indicates that the reason for the failure may be temporary |
| Local SQL Engine |
Enables local SQL processing, allowing more standard SELECT statement features |
| Readonly |
Determines whether the connection is read-only (allows only SELECT statements) |
| UserAgent |
Sets the value of the User-Agent HTTP header |
| UTC Dates |
Indicates whether all datetime values retrieved from the data source are returned as UTC values or converted to local time. Also, it indicates whether date values specified on the application side (for example, in SQL statements) are considered UTC or local. The default value is false |
| Sandbox |
Determines whether to connect to the sandbox environment in QuickBooks |
| Connection Lifetime |
Compares the connection creation time with the current time when a connection is returned to the pool. The connection is closed if that time span (in seconds) exceeds the value specified by Connection Lifetime. The default value is 0 (connection always returns to the pool) |
| Max Pool Size |
Maximum number of connections allowed in the pool. The default value is 100. Note that setting the Max Pool Size value of the ConnectionString can affect performance |
| Min Pool Size |
Minimum number of connections allowed in the pool. The default value is 0 |
| Pooling |
Determines whether the provider retrieves a QuickBooksConnection object from the appropriate pool or creates a new one. The default value is true |
| Initialization Command |
Specifies a data source-specific command that should be executed immediately after establishing the connection |
| Run Once Command |
Command to execute when the connection is opened the first time. It is not executed when the connection is taken from the pool |
| Proxy Host |
Hostname or IP address of the proxy server |
| Proxy Port |
Port number of the proxy server. The default value is 3128 |
| Proxy User |
Account name of the proxy server |
| Proxy Password |
Password for the proxy server account |
| Persist Security Info |
Indicates if security-sensitive information, such as the password, is not returned as part of the connection if the connection is open or has ever been open |