| Name | Description |
 | Authentication | Determines the authentication method to use when connecting to Salesforce. |
 | BatchSize | Gets or sets the number of records returned by a service at once. The default value is 500; the minimum is 200, and the maximum is 2,000. |
 | CacheAll | Determines whether to cache data from all the Salesforce tables. |
 | ClientId | Gets or sets the Consumer Key from the connected app definition. |
 | ClientSecret | Gets or sets the Consumer Secret from the connected app definition. |
 | ConnectionLifetime | Gets or sets time span in seconds for connection to live. (Inherited from Devart.Data.SqlShimConnectionStringBuilder) |
 | ConnectionString | (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. (Inherited from Devart.Data.SqlShimConnectionStringBuilder) |
 | Count | (Inherited from System.Data.Common.DbConnectionStringBuilder) |
 | DataCache | Gets or sets the path to the data cache database file. If not set, the file is located in the user Application Data directory by default and is named by the Salesforce.com or Database.com account name. |
 | DefaultCommandTimeout | Gets or sets the time in seconds to wait while trying to execute a command before terminating the attempt and generating an error. (Inherited from Devart.Data.SqlShimConnectionStringBuilder) |
 | DefaultRefreshInterval | Gets or sets the default refresh interval in seconds for refreshing data in cache. The default value is 3600 (one hour) |
 | DeferredLogin | Determines whether to delay establishing an actual connection to Salesforce until some data that is not present in the local cache is queried or data is modified. |
 | 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. (Inherited from Devart.Data.SqlShimConnectionStringBuilder) |
 | Host | Gets or sets the Salesforce.com or Database.com login URL |
 | IgnoreBlankValues | |
 | IncludeDeleted | Determines whether to include the deleted records (from Salesforce recycled bin) to SELECT query results. |
 | InitializationCommand | Specifies a data source-specific command that should be executed immediately after establishing the connection. (Inherited from Devart.Common.DbConnectionStringBuilder) |
 | IsFixedSize | Returns true. (Inherited from Devart.Data.SqlShimConnectionStringBuilder) |
 | IsReadOnly | (Inherited from System.Data.Common.DbConnectionStringBuilder) |
 | Item | Returns the value of given key. (Inherited from Devart.Data.SqlShimConnectionStringBuilder) |
 | Keys | Collection of keys in the Devart.Data.SqlShimConnectionStringBuilder. (Inherited from Devart.Data.SqlShimConnectionStringBuilder) |
 | LocalSQLEngine | Determines whether to use local SQL engine for SELECT queries, that are too complex to translate them directly to Salesforce.com or Database.com API calls or to throw an exception. (Inherited from Devart.Data.SqlShimConnectionStringBuilder) |
 | MaxPoolSize | The maximum number of connections allowed in the pool. (Inherited from Devart.Data.SqlShimConnectionStringBuilder) |
 | MetadataCache | Gets or sets the path to the metadata cache database file. If not set, the file is located in the user Application Data directory by default and is named by the Salesforce.com or Database.com account name. |
 | MinPoolSize | The minimum number of connections allowed in the pool. (Inherited from Devart.Data.SqlShimConnectionStringBuilder) |
 | NormalizeDbNames | (Inherited from Devart.Data.SqlShimConnectionStringBuilder) |
 | OrganizationId | Gets or sets a string, representing a unique identifier for the Salesforce organization to which the account you connect to belongs. |
 | Password | Gets or sets the user's password to connect. |
 | PersistSecurityInfo | Gets or sets a value indicating whether password is stored in connection string after connection is opened. (Inherited from Devart.Data.SqlShimConnectionStringBuilder) |
 | Pooling | Gets or sets pooling mode. (Inherited from Devart.Data.SqlShimConnectionStringBuilder) |
 | ProxyHost | Gets or sets the host name or IP address of the proxy server to which to connect. (Inherited from Devart.Data.SqlShimConnectionStringBuilder) |
 | ProxyPassword | Gets or sets the password for the proxy server account. (Inherited from Devart.Data.SqlShimConnectionStringBuilder) |
 | ProxyPort | Gets or sets the port number of the proxy server. (Inherited from Devart.Data.SqlShimConnectionStringBuilder) |
 | ProxyUser | Gets or sets the proxy server account name. (Inherited from Devart.Data.SqlShimConnectionStringBuilder) |
 | Readonly | Gets or sets a value indicating whether the connection is read-only (allows only SELECT statements). (Inherited from Devart.Data.SqlShimConnectionStringBuilder) |
 | RefreshToken | Gets or sets the Salesforce OAuth 2.0 refresh token to use with RefreshToken authentication. |
 | 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) |
 | SecurityToken | Gets or sets the automatically generated key that is used for logging in to Salesforce from an untrusted network. |
 | SessionId | Gets or sets Salesforce session ID for the session ID authorization. |
 | SystemObjects | Determines whether to provide access to Salesforce system columns such as CreationDate, IsDeleted, etc. |
 | TokenServer | Gets or sets the location to store OAuth 2.0 refresh tokens between sessions. This parameter is applicable only for some of the data sources that use OAuth 2.0. It is not used in dotConnect for Salesforce. (Inherited from Devart.Data.SqlShimConnectionStringBuilder) |
 | TriggerAutoResponseEmail | Determines whether to trigger auto-response rules or not. |
 | TriggerOtherEmail | Determines whether to trigger email outside the organization or not. |
 | TriggerUserEmail | Determines whether to trigger email that is sent to users in the organization or not. |
 | UpdateMru | Determines whether to update the list of most recently used items or not. |
 | UpgradeCache | Determines whether to upgrade the local cache database or to throw an exception in case when dotConnect for Salesforce version that uses a newer cache structure or newer version of Salesforce API discovers an old incompatible cache for the connection that is opening. Default value is true. |
 | UseAssignmentRules | Determines whether to use assignment rules when inserting or updating data. |
 | UserAgent | (Inherited from Devart.Data.SqlShimConnectionStringBuilder) |
 | UserId | Gets or sets the name of the user to connect. |
 | UtcDates | Indicates whether all the datetime values retrieved from Salesforce 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. (Inherited from Devart.Data.SqlShimConnectionStringBuilder) |
 | Values | Collection of values in the Devart.Data.SqlShimConnectionStringBuilder. (Inherited from Devart.Data.SqlShimConnectionStringBuilder) |