In This Topic
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
dotConnect for Adobe Commerce Auxiliary Classes
Class |
Description |
MagentoMonitor |
Serves to monitor dynamic SQL execution in applications that use dotConnect for Adobe Commerce.
|