DataConnector | ComponentOne
C1.AdoNet.ServiceNow Assembly / C1.AdoNet.ServiceNow Namespace / C1ServiceNowConnection Class
Properties Methods Events


In This Topic
    C1ServiceNowConnection Class Members
    In This Topic

    The following tables list the members exposed by C1ServiceNowConnection.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public Property The API version of the ServiceNow server  
    Public Property The base url of the ServiceNow server.  
    Public Property Gets or sets the string used to open the connection. (Inherited from C1.DataConnector.AdoNet.C1ConnectionBase)
    Public Property (Inherited from System.Data.Common.DbConnection)
    Public Property (Inherited from System.ComponentModel.Component)
    Public PropertyOverridden.  Gets the name of the current database after a connection is opened, or the database name specified in the connection string before the connection is opened.  
    Public PropertyOverridden.  Gets the name of the database server to which to connect.  
    Public Property A string that identifies a unique way to connect to a server. (Inherited from C1.DataConnector.AdoNet.C1ConnectionBase)
    Public Property The maximum items returned per request to server (Inherited from C1.DataConnector.AdoNet.C1ConnectionBase)
    Public PropertyOverridden.  Gets a string that represents the version of the server to which the object is connected.  
    Public Property (Inherited from System.ComponentModel.Component)
    Public Property Gets a string that describes the state of the connection. (Inherited from C1.DataConnector.AdoNet.C1ConnectionBase)
    Top
    Protected Properties
     NameDescription
    Protected Property (Inherited from System.ComponentModel.Component)
    Protected PropertyOverridden. Gets the DbProviderFactory for this connection.  
    Protected Property (Inherited from System.ComponentModel.Component)
    Protected Property (Inherited from System.ComponentModel.Component)
    Protected Property The logger where execution messages are logged (Inherited from C1.DataConnector.AdoNet.C1ConnectionBase)
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded.  (Inherited from System.Data.Common.DbConnection)
    Public MethodOverridden.  Changes the current database for an open connection.  
    Public MethodOverridden.  Closes the connection to the database. This is the preferred method of closing any open connection.  
    Public Method (Inherited from System.Data.Common.DbConnection)
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodOverloaded.  Dispose the connection. (Inherited from C1.DataConnector.AdoNet.C1ConnectionBase)
    Public Method (Inherited from System.Data.Common.DbConnection)
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodOverloaded. Returns schema information for the data source of this C1.DataConnector.AdoNet.C1ConnectionBase. (Inherited from C1.DataConnector.AdoNet.C1ConnectionBase)
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodOverridden.  Opens a database connection with the settings specified by the connection string.  
    Public MethodOverloaded. Overridden. An asynchronous version of Open open.  
    Public Method (Inherited from System.ComponentModel.Component)
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden.  Begins a transaction on the connection.  
    Protected MethodOverridden. Creates and returns a System.Data.Common.DbCommand object associated with the current connection.  
    Protected Method (Inherited from System.ComponentModel.Component)
    Protected MethodOverridden.  Retrieve the metadata relatively to the columns.  
    Protected Method Retrieve the metadata relatively to the dataSource informations. (Inherited from C1.DataConnector.AdoNet.C1ConnectionBase)
    Protected MethodOverridden.  Retrieve the metadata relatively to the foreign keys.  
    Protected MethodOverridden.  Retrieve the metadata relatively to the index columns.  
    Protected MethodOverridden.  Retrieve the metadata relatively to the indexes.  
    Protected MethodOverridden.  Retrieve the metadata relatively to the primary keys.  
    Protected Method Retrieve the metadata relatively to the reserved words. (Inherited from C1.DataConnector.AdoNet.C1ConnectionBase)
    Protected Method (Inherited from System.ComponentModel.Component)
    Protected Method Retrieve the metadata relatively to the subtables. (Inherited from C1.DataConnector.AdoNet.C1ConnectionBase)
    Protected MethodOverridden.  Retrieve the metadata relatively to the tables.  
    Protected Method Retrieve the metadata relatively to the views. (Inherited from C1.DataConnector.AdoNet.C1ConnectionBase)
    Protected MethodOverloaded.  (Inherited from System.MarshalByRefObject)
    Protected MethodOverridden. A method that is executed everytime that the connection string used by this C1ServiceNowConnectionStringBuilder has changed.  
    Protected Method (Inherited from System.Data.Common.DbConnection)
    Protected Method Changes connection state and fires StateChange event if connection state is changed. (Inherited from C1.DataConnector.AdoNet.C1ConnectionBase)
    Top
    Public Events
     NameDescription
    Public Event (Inherited from System.ComponentModel.Component)
    Public Event (Inherited from System.Data.Common.DbConnection)
    Top
    See Also