In This Topic
This topic presents a brief description of the classes and components included in dotConnect for Salesforce Marketing Cloud.
Click on the name of each component for more information.
Core ADO.NET Classes
| Class |
Description |
| ExactTargetConnection |
Establishes a connection to Salesforce Marketing Cloud database and manages transactions.
|
| ExactTargetCommand |
Executes SQL statements and stored procedures at Salesforce Marketing Cloud database.
|
| ExactTargetDataReader |
Exposes and reads a forward-only stream of data from Salesforce Marketing Cloud database.
|
| ExactTargetDataAdapter |
Populates a DataSet and resolves updates with Salesforce Marketing Cloud database.
|
| ExactTargetParameter |
Represents input, output, and return value parameters for commands.
|
| ExactTargetException |
Represents an error encountered at Salesforce Marketing Cloud database. For an error encountered at the client,
dotConnect for Salesforce Marketing Cloud throws a .NET Framework exception.
|
Complementary ADO.NET Classes
dotConnect for Salesforce Marketing Cloud Auxiliary Classes
| Class |
Description |
| ExactTargetMonitor |
Serves to monitor dynamic SQL execution in applications that use dotConnect for Salesforce Marketing Cloud.
|