| Name |
Description |
| NormalizeDbNames |
Performs the normalization of database names |
| Connect Timeout / 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. A value of 0 indicates no limit |
| Failover Retries |
The 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) |
| Token Server |
Specifies the file path for storing the refresh token between sessions. The parameter is automatically set during the web login and typically doesn’t require modification. If necessary, a custom path can be set instead of the default path |
| 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 |
| 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) |
| Initialization Command |
Specifies a data source-specific command that should be executed immediately after establishing the connection |
| Max Pool Size |
Specifies the maximum number of connections allowed in the pool. Setting the Max Pool Size value of the ConnectionString can affect performance. The default value is 100 |
| Min Pool Size |
Default value is 0 |
| 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 |
| Pooling |
Determines whether the provider retrieves a DynamicsConnection object from the appropriate pool or creates a new one. The default value is true |
| Run Once Command |
Execute this command 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 Password |
Password for the proxy server account |
| Proxy Port |
Default value is 3128 |
| Proxy User |
Proxy server account name |