dotConnect for Salesforce Documentation
Devart.Data.Salesforce Namespace / SalesforceConnection Class
Properties Methods Events

In This Topic
    SalesforceConnection Class Members
    In This Topic

    The following tables list the members exposed by SalesforceConnection.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the SalesforceConnection class.  
    Top
    Public Properties
     NameDescription
    Public PropertyReturns the SalesforceCache object that is used to manage local cache for the connection.  
    Public PropertyOverridden. Gets or sets the string used to open Salesforce.com or Database.com connection.  
    Public PropertyGets the time to wait while trying to establish a connection before terminating the attempt and generating an error.  
    Public Property (Inherited from System.ComponentModel.Component)
    Public PropertyGets or sets the name of the current database or the database to be used once a connection is open. (Inherited from Devart.Common.DbConnectionBase)
    Public PropertyGets or sets the Salesforce.com or Database.com login URL  
    Public PropertyGets SOAP header options of the connections.  
    Public PropertyIndicates whether the connection is enlisted in a distributed transaction. (Inherited from Devart.Common.DbConnectionBase)
    Public Property (Inherited from Devart.Data.SqlShimConnection)
    Public PropertyGets or sets name of the component. (Inherited from Devart.Common.DbConnectionBase)
    Public PropertyGets or sets a form or other container that the Devart.Common.DbConnectionBase instance belongs to. (Inherited from Devart.Common.DbConnectionBase)
    Public PropertyGets or sets the user's password to connect.  
    Public PropertyGets or sets proxy server settings.  
    Public PropertyGets or sets the automatically generated key that is used for logging in to Salesforce from an untrusted network.  
    Public PropertyGets a string containing the version of the instance of Salesforce.com or Database.com to which the client is connected.  
    Public Property (Inherited from System.ComponentModel.Component)
    Public PropertyGets the current state of the connection.  
    Public PropertyDetermines whether to provide access to Salesforce system columns such as CreationDate, IsDeleted, etc.  
    Public PropertyGets or sets the name of the user to connect.  
    Top
    Public Methods
     NameDescription
    Public MethodStarts an asynchronous invocation of an Devart.Common.DbConnectionBase.Open method. (Inherited from Devart.Common.DbConnectionBase)
    Public MethodOverloaded.  (Inherited from System.Data.Common.DbConnection)
    Public MethodChanges the current database associated with an open Devart.Common.DbConnectionBase. (Inherited from Devart.Common.DbConnectionBase)
    Public Methodstatic (Shared in Visual Basic)Overloaded. Clears all pools associated with the connection.  
    Public Methodstatic (Shared in Visual Basic)Clears the pool matching ConnectionString of provided SalesforceConnection object.  
    Public MethodCreates a new object that is a copy of the current instance.  
    Public MethodOverridden. Closes the connection to the data source. This is the preferred method of closing any open connection.  
    Public MethodCreates and returns a SalesforceCommand object associated with the SalesforceConnection.  
    Public Method (Inherited from System.MarshalByRefObject)
    Public Method (Inherited from System.ComponentModel.Component)
    Public MethodEnds an asynchronous invocation of the Devart.Common.DbConnectionBase.Open method. (Inherited from Devart.Common.DbConnectionBase)
    Public MethodEnlists in the specified transaction. (Inherited from Devart.Common.DbConnectionBase)
    Public MethodGets the IDs of objects from the specified table that were deleted during a specified perod.  
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodGets the array containing all the picklist columns in the specified table.  
    Public MethodOverloaded. Provides information about server schema objects. (Inherited from Devart.Common.DbConnectionBase)
    Public MethodGets the IDs of objects from the specified table that were updated during a specified perod.  
    Public MethodGets personal information about the currently logged-in user.  
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodOverridden. Opens a Salesforce.com or Database.com connection with the property settings specified by the ConnectionString.  
    Public MethodOverloaded.  (Inherited from System.Data.Common.DbConnection)
    Public Method (Inherited from Devart.Data.SqlShimConnection)
    Public Method (Inherited from Devart.Data.SqlShimConnection)
    Public Method (Inherited from Devart.Data.SqlShimConnection)
    Public Method (Inherited from System.ComponentModel.Component)
    Top
    Public Events
     NameDescription
    Public Event (Inherited from System.ComponentModel.Component)
    Public EventOccurs when the state of the connection changes. (Inherited from Devart.Common.DbConnectionBase)
    Public EventOccurs when the state of the transaction is changed. (Inherited from Devart.Common.DbConnectionBase)
    Public EventOccurs when the state of the transaction is changing. (Inherited from Devart.Common.DbConnectionBase)
    Top
    See Also