C1.AdoNet.Magento Assembly / C1.AdoNet.Magento Namespace / C1MagentoConnection Class
Members

C1MagentoConnection Class
C1MagentoConnection represents a connection to a Magento server. The connection can be used to query the data hosted by the server or request modifications.
Object Model
C1MagentoConnection Class
Syntax
'Declaration
 
Public NotInheritable Class C1MagentoConnection 
   Inherits C1.DataConnector.AdoNet.C1ConnectionBase(Of C1MagentoConnection)
 
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Data.Common.DbConnection
            C1.DataConnector.AdoNet.C1ConnectionBase
               C1.DataConnector.AdoNet.C1ConnectionBase<TConnectionImpl>
                  C1.AdoNet.Magento.C1MagentoConnection

See Also