[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Inherit=DbCommand Interfaces=Component,MarshalByRefObject,Object,OdbcCommand Info=Represents an SQL statement or stored procedure to execute against a data source. This class cannot be inherited. [Property] Name=Sets the name of the component. ARG(string)|2| Constructor=Sets the Constructor of the OdbcCommand class. ARG(enum)|14|0|Constructor,Constructor2,Constructor3,Constructor4 @CommandText=Sets the SQL statement or stored procedure to execute against the data source. ARG(string)|2| @CommandTimeout=Sets the wait time before terminating an attempt to execute a command and generating an error. ARG(int)|1|0 @CommandType=Sets a value that indicates how the CommandText property is interpreted. ARG(CommandType)|14|0|Text,StoredProcedure,TableDirect @Connection=Sets the OdbcConnection used by this instance of the OdbcCommand. ARG(OdbcConnection)|20|(empty)|OdbcConnection @UpdatedRowSource=Sets a value that specifies how the Update method should apply command results to the DataRow. ARG(UpdateRowSource)|14|0|None,OutputParameters,FirstReturnedRecord,Both [Methods] *doCancel=Tries to cancel the execution of an OdbcCommand. ARG()|1|0 *doConstructor=Initializes a new instance of the OdbcCommand class. ARG()|1|0 *doConstructor2=Initializes a new instance of the OdbcCommand class with the text of the query. ARG(string cmdText)|1|0 *doConstructor3=Initializes a new instance of the OdbcCommand class with the text of the query and an OdbcConnection object. ARG(string cmdText, OdbcConnection connection)|1|0 *doConstructor4=Initializes a new instance of the OdbcCommand class with the text of the query, an OdbcConnection object, and the Transaction. ARG(string cmdText, OdbcConnection connection, OdbcTransaction transaction)|1|0 *doDesignTimeVisible=Sets a value that indicates whether the command object should be visible in a customized interface control. ARG(bool)|1|0 *doExecuteReader2=Sends the CommandText to the Connection, and builds an OdbcDataReader using one of the CommandBehavior values. ARG(CommandBehavior behavior)|1|0 *doPrepare=Creates a prepared or compiled version of the command at the data source. ARG()|1|0 *doResetCommandTimeout=Resets the CommandTimeout property to the default value. ARG()|1|0 *doTransaction=Sets the OdbcTransaction within which the OdbcCommand executes. ARG(OdbcTransaction)|1|0 *onExecuteReader=Occurs after invoke the method doExecuteReader and returns the result. ARG(OdbcDataReader)|2|0 *CommandText=Returns the SQL statement or stored procedure to execute against the data source. ARG(string)|3|2 *CommandTimeout=Returns the wait time before terminating an attempt to execute a command and generating an error. ARG(int)|3|1 *CommandType=Returns a value that indicates how the CommandText property is interpreted. ARG(CommandType)|3|0 *Connection=Returns the OdbcConnection used by this instance of the OdbcCommand. ARG(OdbcConnection)|3|0 *CreateParameter=Creates a new instance of an OdbcParameter object. ARG(OdbcParameter)|3|0 *DesignTimeVisible=Returns a value that indicates whether the command object should be visible in a customized interface control. ARG(bool)|3|104 *ExecuteNonQuery=Executes an SQL statement against the Connection and returns the number of rows affected. ARG(int)|3|1 *ExecuteReader=Sends the CommandText to the Connection and builds an OdbcDataReader. ARG(OdbcDataReader)|3|0 *ExecuteScalar=Executes the query, and returns the first column of the first row in the result set returned by the query. Additional columns or rows are ignored. ARG(Object)|3|0 *Parameters=Returns the OdbcParameterCollection. ARG(OdbcParameterCollection)|3|0 *Transaction=Returns the OdbcTransaction within which the OdbcCommand executes. ARG(OdbcTransaction)|3|0 *UpdatedRowSource=Returns a value that specifies how the Update method should apply command results to the DataRow. ARG(UpdateRowSource)|3|0 OdbcCommand=Returns the OdbcCommand object. ARG(OdbcCommand)|3|0 *behavior=One of the System.Data.CommandBehavior values. ARG(CommandBehavior)|4|0 *cmdText=The text of the query. ARG(string)|4|2 *connection=An OdbcConnection object that represents the connection to a data source. ARG(OdbcConnection)|4|0 *transaction=The transaction in which the OdbcCommand executes. ARG(OdbcTransaction)|4|0