[]
        
(Showing Draft Content)

C1.AdoNet.Salesforce.C1SalesforceConnectionStringBuilder

C1SalesforceConnectionStringBuilder Class

This class exposes specific properties to set up a connection for the C1DataConnector Salesforce provider.

Namespace: C1.AdoNet.Salesforce
Assembly: C1.AdoNet.Salesforce.dll
Syntax
public sealed class C1SalesforceConnectionStringBuilder : C1OAuthConnectionStringBuilder, IDictionary, ICollection, IEnumerable, ICustomTypeDescriptor

Constructors

Name Description
C1SalesforceConnectionStringBuilder()

The default constructor of C1SalesforceConnectionStringBuilder

Properties

Name Description
ApiVersion

The API version of Salesforce server. Default value is 42.0.

AuthenticationType

The type of authorization the request will utilize.

this[string]

Gets or sets the value associated with the specified key.

SecurityToken

The security token to be used for authentication purposes.

Url

The base URL of Salesforce server.

Methods

Name Description
Equals(object)

Method that check if two instance C1SalesforceConnectionStringBuilder can be considered equals considering pooling and caching connection purposes.

GetHashCode()

Retrieve the mapped hash code of this C1SalesforceConnectionStringBuilder.