Class | Description | |
---|---|---|
SugarCommand | Represents a SQL statement or stored procedure to execute against SugarCRM. | |
SugarCommandBuilder | Automatically generates single-table commands used to reconcile changes made to a System.Data.DataSet with the SugarCRM. | |
SugarConnection | Represents an open connection to SugarCRM. | |
SugarConnectionStringBuilder | Generates automatically connection strings used to connect to SugarCRM. | |
SugarDataAdapter | Represents a set of data commands and a data source connection that are used to fill the System.Data.DataSet and update a SugarCRM data. | |
SugarDataReader | Reads a forward-only stream of rows from SugarCRM. | |
SugarException | The exception that is generated when SugarCRM returns an error. | |
SugarLoader | Serves to load external data into SugarCRM. | |
SugarMetaDataCollectionNames | Enumerates collection names you can use for metadata retrieval purposes. | |
SugarMonitor | Monitors dynamic SQL execution in applications that use dotConnect for SugarCRM. | |
SugarParameter | Represents a parameter to a SugarCommand, and optionally, its mapping to System.Data.DataSet columns. | |
SugarParameterCollection | Collects all parameters relevant to a SugarCommand as well as their respective mappings to System.Data.DataSet columns. | |
SugarProviderFactory | Represents a factory required to create inheritors of generic base classes to use with dotConnect for SugarCRM. | |
SugarRowUpdatedEventArgs | Provides data for the SugarDataAdapter.RowUpdated event. | |
SugarRowUpdatingEventArgs | Provides data for the SugarDataAdapter.RowUpdating event. This class cannot be inherited. |