DataConnector | ComponentOne
C1.AdoNet.CSV Assembly / C1.AdoNet.CSV Namespace / C1CSVCommand Class
Fields Properties Methods Events


In This Topic
    C1CSVCommand Class Members
    In This Topic

    The following tables list the members exposed by C1CSVCommand.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Protected Fields
     NameDescription
    Protected FieldA reference to the instance of the C1.DataConnector.AdoNet.C1DataReader that is currently using this command. (Inherited from C1.DataConnector.AdoNet.C1CommandBase)
    Top
    Public Properties
     NameDescription
    Public Property Gets or sets the text command to run against the data source. (Inherited from C1.DataConnector.AdoNet.C1CommandBase)
    Public PropertyOverridden.  Gets or sets the wait time before terminating the attempt to execute a command and generating an error.  
    Public PropertyOverridden. Indicates or specifies how the System.Data.Common.DbCommand.CommandText property is interpreted.  
    Public Property (Inherited from System.Data.Common.DbCommand)
    Public Property (Inherited from System.ComponentModel.Component)
    Public PropertyOverridden.  Gets or sets a value indicating whether the command object should be visible in a customized interface control.  
    Public Property The Parameters list of this command. (Inherited from C1.DataConnector.AdoNet.C1CommandBase)
    Public Property (Inherited from C1.DataConnector.AdoNet.C1CommandBase)
    Public Property (Inherited from System.ComponentModel.Component)
    Public Property (Inherited from System.Data.Common.DbCommand)
    Public PropertyOverridden. Gets or sets how command results are applied to the System.Data.DataRow when used by the Update method of a System.Data.Common.DbDataAdapter.  
    Top
    Protected Properties
     NameDescription
    Protected PropertyOverridden. To check whether or not more data can be retrieved from the source as the result of executing this C1CSVCommand.  
    Protected Property (Inherited from System.ComponentModel.Component)
    Protected PropertyOverridden. Gets or sets the System.Data.Common.DbConnection used by this System.Data.Common.DbCommand.  
    Protected Property Get the collection containing all the parameters used by this command (Inherited from C1.DataConnector.AdoNet.C1CommandBase)
    Protected PropertyGets or sets the transaction within which the command executes. Must be a C1.DataConnector.AdoNet.C1TransactionBase. (Inherited from C1.DataConnector.AdoNet.C1CommandBase)
    Protected Property (Inherited from System.ComponentModel.Component)
    Protected Property (Inherited from System.ComponentModel.Component)
    Protected Property A key which uniquely identifies this command. (Inherited from C1.DataConnector.AdoNet.C1CommandBase)
    Protected Property The logger where the runtime messages are passed to. (Inherited from C1.DataConnector.AdoNet.C1CommandBase)
    Top
    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 C1.DataConnector.AdoNet.C1CommandBase.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 C1.DataConnector.AdoNet.C1CommandBase.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 C1.DataConnector.AdoNet.C1CommandBase.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 selectStmt directly in the CSV server.  
    Protected Method (Inherited from System.ComponentModel.Component)
    Protected Method Get list of column names for table  
    Protected MethodOverridden.  Request to get more rows result considering the last executed command.  
    Protected Method Get list of primary column name.  
    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 selectStmt can be executed directly on the CSV server considering the selected column expressions.  
    Protected MethodOverridden. To check whether or not deleteStmt can be executed directly on the CSV server.  
    Protected MethodOverridden. To check whether or not groupby can be executed directly on the CSV server.  
    Protected MethodOverridden. To check or not if insertStmt can be executed directly on the CSV server.  
    Protected MethodOverridden.  To check whether or not joinStatement can be executed directly on the CSV server.  
    Protected MethodOverridden. To check whether or not limit and offset can be executed directly on the CSV server.  
    Protected MethodOverridden.   
    Protected MethodOverridden.  To check whether or not updateStatement can be executed directly on the CSV server.  
    Protected MethodOverridden. To check whether or not where can be executed directly on the CSV server.  
    Protected MethodOverridden.  Validate for all type of statement.  
    Top
    Public Events
     NameDescription
    Public Event (Inherited from System.ComponentModel.Component)
    Top
    See Also