dotConnect for Dynamics 365 Documentation
Inheritance Hierarchy
In This Topic
    Devart.Data.Dynamics Namespace
    In This Topic
    Classes
     ClassDescription
    ClassRepresents a SQL statement or stored procedure to execute against Dynamics CRM.
    ClassAutomatically generates single-table commands used to reconcile changes made to a System.Data.DataSet with the Dynamics CRM.
    ClassRepresents an open connection to Dynamics CRM.
    ClassGenerates automatically connection strings used to connect to Dynamics CRM.
    ClassRepresents a set of data commands and a data source connection that are used to fill the System.Data.DataSet and update a Dynamics CRM data.
    ClassReads a forward-only stream of rows from Dynamics CRM.
    ClassThe exception that is generated when Dynamics CRM returns an error.
    ClassServes to load external data into Dynamics CRM.
    ClassEnumerates collection names you can use for metadata retrieval purposes.
    ClassMonitors dynamic SQL execution in applications that use dotConnect for Dynamics CRM.
    ClassRepresents a parameter to a DynamicsCommand, and optionally, its mapping to System.Data.DataSet columns.
    ClassCollects all parameters relevant to a DynamicsCommand as well as their respective mappings to System.Data.DataSet columns.
    ClassRepresents a factory required to create inheritors of generic base classes to use with dotConnect for Dynamics CRM.
    ClassProvides data for the DynamicsDataAdapter.RowUpdated event.
    ClassProvides data for the DynamicsDataAdapter.RowUpdating event. This class cannot be inherited.
    Delegates
     DelegateDescription
    DelegateRepresents the method that will handle the DynamicsDataAdapter.RowUpdated event of an DynamicsDataAdapter.
    DelegateRepresents the method that will handle the DynamicsDataAdapter.RowUpdating event of an DynamicsDataAdapter.
    Enumerations
     EnumerationDescription
    EnumerationDetermines the authentication method to use for connecting to Dynamics CRM.
    See Also