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

In This Topic
    C1ServiceNowConnection Class
    In This Topic
    C1ServiceNowConnection represents a connection to a ServiceNow server. The connection can be used to query the data hosted by the server or request modifications.
    Object Model
    C1ServiceNowConnection Class
    Syntax
    'Declaration
     
    Public NotInheritable Class C1ServiceNowConnection 
       Inherits C1.DataConnector.AdoNet.C1ConnectionBase(Of C1ServiceNowConnection)
    public sealed class C1ServiceNowConnection : C1.DataConnector.AdoNet.C1ConnectionBase<C1ServiceNowConnection> 
    Inheritance Hierarchy

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

    See Also