dotConnect for SugarCRM Documentation
Inheritance Hierarchy
In This Topic
    Devart.Data.Sugar Namespace
    In This Topic
    Classes
     ClassDescription
    ClassRepresents a SQL statement or stored procedure to execute against SugarCRM.
    ClassAutomatically generates single-table commands used to reconcile changes made to a System.Data.DataSet with the SugarCRM.
    ClassRepresents an open connection to SugarCRM.
    ClassGenerates automatically connection strings used to connect to SugarCRM.
    ClassRepresents a set of data commands and a data source connection that are used to fill the System.Data.DataSet and update a SugarCRM data.
    ClassReads a forward-only stream of rows from SugarCRM.
    ClassThe exception that is generated when SugarCRM returns an error.
    ClassServes to load external data into SugarCRM.
    ClassEnumerates collection names you can use for metadata retrieval purposes.
    ClassMonitors dynamic SQL execution in applications that use dotConnect for SugarCRM.
    ClassRepresents a parameter to a SugarCommand, and optionally, its mapping to System.Data.DataSet columns.
    ClassCollects all parameters relevant to a SugarCommand 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 SugarCRM.
    ClassProvides data for the SugarDataAdapter.RowUpdated event.
    ClassProvides data for the SugarDataAdapter.RowUpdating event. This class cannot be inherited.
    Delegates
     DelegateDescription
    DelegateRepresents the method that will handle the SugarDataAdapter.RowUpdated event of an SugarDataAdapter.
    DelegateRepresents the method that will handle the SugarDataAdapter.RowUpdating event of an SugarDataAdapter.
    See Also