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


C1ServiceNowCommand Class Methods

For a list of all members of this type, see C1ServiceNowCommand members.

Public Methods
 NameDescription
Public Method Attempts to cancel the execution of this command (Inherited from C1.DataConnector.AdoNet.C1CommandBase)
Public Method (Inherited from System.MarshalByRefObject)
Public Method (Inherited from System.Data.Common.DbCommand)
Public MethodOverloaded.  Disposes the resources of this command (Inherited from C1.DataConnector.AdoNet.C1CommandBase)
Public Method Executes an SQL statement against a connection object. (Inherited from C1.DataConnector.AdoNet.C1CommandBase)
Public MethodOverloaded. An asynchronous version of method ExecuteNonQuery that executes a SQL statement against a connection object. (Inherited from C1.DataConnector.AdoNet.C1CommandBase)
Public MethodOverloaded.  (Inherited from System.Data.Common.DbCommand)
Public MethodOverloaded.  (Inherited from System.Data.Common.DbCommand)
Public Method Executes the query and returns the first column of the first row in the result set returned by the query. All other columns and rows are ignored. (Inherited from C1.DataConnector.AdoNet.C1CommandBase)
Public MethodOverloaded. An asynchronous version of method ExecuteScalar that executes the query and returns the first column of the first row in the result set returned by the query. All other columns and rows are ignored. (Inherited from C1.DataConnector.AdoNet.C1CommandBase)
Public Method (Inherited from System.MarshalByRefObject)
Public Method (Inherited from System.MarshalByRefObject)
Public MethodOverridden.  Creates a prepared (or compiled) version of the command on the data source.  
Public Method (Inherited from System.ComponentModel.Component)
Top
Protected Methods
 NameDescription
Protected MethodCreates and returns a new instance of the System.Data.Common.DbParameter class. (Inherited from C1.DataConnector.AdoNet.C1CommandBase)
Protected MethodOverridden.  Execute a list of nonquery in Batch.  
Protected Method Executes the command text against the connection. (Inherited from C1.DataConnector.AdoNet.C1CommandBase)
Protected MethodAn asynchronous version of method ExecuteDbDataReader that executes the command text against the connection. (Inherited from C1.DataConnector.AdoNet.C1CommandBase)
Protected MethodOverridden.  The core method provided to execute a non-query statement.  
Protected MethodOverridden. Execute select directly in the ServiceNow server.  
Protected Method (Inherited from System.ComponentModel.Component)
Protected MethodOverridden.  Request to get more rows result considering the last executed command.  
Protected MethodOverridden.  Get the column names used to identify a specific row into update/delete query.  
Protected Method (Inherited from System.ComponentModel.Component)
Protected MethodOverloaded.  (Inherited from System.MarshalByRefObject)
Protected MethodChecks whether the rows of the tables referred in the passed statement need to be retrieved from the server in full or not. (Inherited from C1.DataConnector.AdoNet.C1CommandBase)
Protected MethodChecks whether the passed statements can or cannot be executed on the server as a batch operation. (Inherited from C1.DataConnector.AdoNet.C1CommandBase)
Protected MethodOverridden. To check whether or not selectStatement can be executed directly on the ServiceNow server considering the selected column expressions.  
Protected MethodOverridden. To check whether or not deleteStatement can be executed directly on the ServiceNow server.  
Protected MethodOverridden. To check whether or not groupby can be executed directly on the ServiceNow server.  
Protected MethodOverridden. To check or not if insertStatement can be executed directly on the ServiceNow server.  
Protected MethodOverridden.  To check whether or not joinStatement can be executed directly on the ServiceNow server.  
Protected MethodVirtual method to check whether or not selectStmt.Limit.Limit and selectStmt.Offset.Offset can be executed directly on the server pointed by the connection used by this command. (Inherited from C1.DataConnector.AdoNet.C1CommandBase)
Protected MethodChecks whether the passed orderby can or cannot be executed on the server. (Inherited from C1.DataConnector.AdoNet.C1CommandBase)
Protected MethodOverridden. To check whether or not updateStatement can be executed directly on the ServiceNow server.  
Protected MethodOverridden. To check whether or not where can be executed directly on the ServiceNow server.  
Protected MethodOverridden.  Validate for all type of statement.  
Top
See Also