19.4. Data Provider Components

Each .NET data provider consists of the following main components:

The following diagram depicts the relationships between each of these components and how they work together in the ADO.NET object model.

For EDB Connector/.NET all the database specific objects like Connection, DataReader, DataAdapter and Command are prefixed with "EDB" so the EDB Connector/.NET specific classes are EDBConnection, EDBDataReader, EDBDataAdapter, EDBCommand and so on.