Name | Description | |
---|---|---|
ConnectionLifetime | Gets or sets time span in seconds for connection to live. | |
ConnectionString | Gets or sets the connection string associated with the System.Data.Common.DbConnectionStringBuilder. (Inherited from System.Data.Common.DbConnectionStringBuilder) | |
ConnectionTimeout | Gets or sets the time to wait while trying to establish a connection before terminating the attempt and generating an error. | |
Count | Gets the current number of keys that are contained within the System.Data.Common.DbConnectionStringBuilder.ConnectionString property. (Inherited from System.Data.Common.DbConnectionStringBuilder) | |
DefaultCommandTimeout | Gets or sets the time in seconds to wait while trying to execute a command before terminating the attempt and generating an error. | |
FailoverRetries | Gets or sets the number of retry attempts to re-run a command in case when the command failed because of an exception, that indicates that the reason of the failure may be temporary. | |
InitializationCommand | Specifies a data source-specific command that should be executed immediately after establishing the connection. (Inherited from Devart.Common.DbConnectionStringBuilder) | |
IsFixedSize | Overridden. Returns true. | |
IsReadOnly | Gets a value that indicates whether the System.Data.Common.DbConnectionStringBuilder is read-only. (Inherited from System.Data.Common.DbConnectionStringBuilder) | |
Item | Overridden. Returns the value of given key. | |
Keys | Overridden. Collection of keys in the SqlShimConnectionStringBuilder. | |
LocalSQLEngine | Determines whether to use local SQL engine for SELECT queries, that are too complex to translate them directly to QuickBooks Online API calls or to throw an exception. | |
MaxPoolSize | The maximum number of connections allowed in the pool. | |
MinPoolSize | The minimum number of connections allowed in the pool. | |
NormalizeDbNames | ||
PersistSecurityInfo | Gets or sets a value indicating whether password is stored in connection string after connection is opened. | |
Pooling | Gets or sets pooling mode. | |
ProxyHost | Gets or sets the host name or IP address of the proxy server to which to connect. | |
ProxyPassword | Gets or sets the password for the proxy server account. | |
ProxyPort | Gets or sets the port number of the proxy server. | |
ProxyUser | Gets or sets the proxy server account name. | |
Readonly | Gets or sets a value indicating whether the connection is read-only (allows only SELECT statements). | |
RunOnceCommand | Specifies a data source-specific command that should be executed immediately after first establishing the connection. Unlike InitializationCommand, this command is not executed when a connection is taken from the pool. (Inherited from Devart.Common.DbConnectionStringBuilder) | |
TokenServer | Gets or sets the location to store OAuth 2.0 refresh tokens between sessions. | |
UserAgent | ||
UtcDates | Indicates whether all the datetime values retrieved from the data source are returned as UTC values or converted to local time, and whether date values, specified on the application side (for example, in SQL statements) are considered UTC or local. | |
Values | Overridden. Collection of values in the SqlShimConnectionStringBuilder. |