dotConnect for Dynamics 365 Documentation
Devart.Data.Dynamics Namespace / DynamicsConnection Class

In This Topic
    DynamicsConnection Class Methods
    In This Topic

    For a list of all members of this type, see DynamicsConnection members.

    Public Methods
     NameDescription
    Public MethodStarts an asynchronous invocation of an Devart.Common.DbConnectionBase.Open method. (Inherited from Devart.Common.DbConnectionBase)
    Public MethodOverloaded. Starts a database transaction. (Inherited from System.Data.Common.DbConnection)
    Public MethodChanges the current database associated with an open Devart.Common.DbConnectionBase. (Inherited from Devart.Common.DbConnectionBase)
    Public MethodCreates a new object that is a copy of the current instance.  
    Public MethodCloses the connection to the data source. This is the preferred method of closing any open connection. (Inherited from Devart.Common.DbConnectionBase)
    Public MethodCreates and returns a DynamicsCommand object associated with the DynamicsConnection.  
    Public MethodCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
    Public MethodReleases all resources used by the System.ComponentModel.Component. (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 MethodRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
    Public MethodOverloaded. Returns list of metadata collections and number of restrictions for a collection. (Inherited from Devart.Common.DbConnectionBase)
    Public MethodObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
    Public MethodOverridden. Opens a Dynamics CRM connection with the property settings specified by the ConnectionString.  
    Public MethodOverloaded. An asynchronous version of System.Data.Common.DbConnection.Open, which opens a database connection with the settings specified by the System.Data.Common.DbConnection.ConnectionString. This method invokes the virtual method System.Data.Common.DbConnection.OpenAsync(System.Threading.CancellationToken) with CancellationToken.None. (Inherited from System.Data.Common.DbConnection)
    Public MethodNot used in dotConnect for Dynamics CRM. (Inherited from Devart.Data.SqlShimConnection)
    Public MethodReloads the list of target objects from the target source. Note that it may take some time. (Inherited from Devart.Data.SqlShimConnection)
    Public Method (Inherited from Devart.Data.SqlShimConnection)
    Public MethodReturns a System.String containing the name of the System.ComponentModel.Component, if any. This method should not be overridden. (Inherited from System.ComponentModel.Component)
    Top
    See Also