Skip to main content

Caché Managed Provider Classes: Part 1

The following diagram displays the principal CMP classes. The classes are in the InterSystems.Data.CacheClient namespace. Use these classes to create and manage connections to Caché, execute SQL commands on Caché, connect ADO.NET data sets to Caché, and iterate through the results of queries.

generated description: providercomponents2

Note:

The above classes implement, respectively, the IDbConnection, IDbCommand, IDbDataAdapter, and IDataReader interfaces of the System.Data namespace.

FeedbackOpens in a new tab