DataConnector | ComponentOne
C1.AdoNet.Magento Assembly / C1.AdoNet.Magento Namespace / C1MagentoCommand Class
Members

In This Topic
    C1MagentoCommand Class
    In This Topic
    C1MagentoCommand contains all the necessary information to fully specify a Magento command and execute it.
    Object Model
    C1MagentoCommand Class
    Syntax
    'Declaration
     
    Public NotInheritable Class C1MagentoCommand 
       Inherits C1.DataConnector.AdoNet.C1CommandBase(Of C1MagentoCommand)
    public sealed class C1MagentoCommand : C1.DataConnector.AdoNet.C1CommandBase<C1MagentoCommand> 
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Data.Common.DbCommand
                C1.DataConnector.AdoNet.C1CommandBase
                   C1.DataConnector.AdoNet.C1CommandBase<TCommandImpl>
                      C1.AdoNet.Magento.C1MagentoCommand

    See Also