DataConnector | ComponentOne
C1.AdoNet.ServiceNow Assembly / C1.AdoNet.ServiceNow Namespace / C1ServiceNowCommand Class
Members

In This Topic
    C1ServiceNowCommand Class
    In This Topic
    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)
    public sealed class C1ServiceNowCommand : C1.DataConnector.AdoNet.C1CommandBase<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