dotConnect for Adobe Commerce Documentation
Components

This topic presents a brief description of the classes and components included in dotConnect for Adobe Commerce. Click on the name of each component for more information.

Core ADO.NET Classes

Class Description
MagentoConnection Establishes a connection to Adobe Commerce database and manages transactions.
MagentoCommand Executes SQL statements and stored procedures at Adobe Commerce database.
MagentoDataReader Exposes and reads a forward-only stream of data from Adobe Commerce database.
MagentoDataAdapter Populates a DataSet and resolves updates with Adobe Commerce database.
MagentoParameter Represents input, output, and return value parameters for commands.
MagentoException Represents an error encountered at Adobe Commerce database. For an error encountered at the client, dotConnect for Adobe Commerce throws a .NET Framework exception.

Complementary ADO.NET Classes

Class Description
MagentoCommandBuilder A helper object that automatically generates command properties of MagentoDataAdapter and populates the MagentoParameter collection of MagentoCommand object.
MagentoConnectionStringBuilder Constructs a connection string by assigning values to appropriate properties.

dotConnect for Adobe Commerce Auxiliary Classes

Class Description
MagentoMonitor Serves to monitor dynamic SQL execution in applications that use dotConnect for Adobe Commerce.