C1.AdoNet.ServiceNow Assembly / C1.AdoNet.ServiceNow Namespace / C1ServiceNowCommand Class
Members

C1ServiceNowCommand Class
C1ServiceNowCommand contains all the necessary information to fully specify a ServiceNow command and execute it.
Object Model
C1ServiceNowCommand Class
Syntax
'Declaration
 
Public NotInheritable Class C1ServiceNowCommand 
   Inherits C1.DataConnector.AdoNet.C1CommandBase(Of C1ServiceNowCommand)
 
Inheritance Hierarchy

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

See Also