Name | Description | |
---|---|---|
C1QuickBooksOnlineCommand Constructor | Overloaded. |
The following tables list the members exposed by C1QuickBooksOnlineCommand.
Name | Description | |
---|---|---|
C1QuickBooksOnlineCommand Constructor | Overloaded. |
Name | Description | |
---|---|---|
DataReader | A reference to the instance of the C1.DataConnector.AdoNet.C1DataReader that is currently using this command. (Inherited from C1.DataConnector.AdoNet.C1CommandBase) |
Name | Description | |
---|---|---|
CommandText | Gets or sets the text command to run against the data source. (Inherited from C1.DataConnector.AdoNet.C1CommandBase) | |
CommandTimeout | Overridden. Gets or sets the wait time before terminating the attempt to execute a command and generating an error. | |
CommandType | Overridden. Indicates or specifies how the System.Data.Common.DbCommand.CommandText property is interpreted. | |
Connection | (Inherited from System.Data.Common.DbCommand) | |
Container | (Inherited from System.ComponentModel.Component) | |
DesignTimeVisible | Overridden. Gets or sets a value indicating whether the command object should be visible in a customized interface control. | |
Parameters | The Parameters list of this command. (Inherited from C1.DataConnector.AdoNet.C1CommandBase) | |
ReturningTable | The table that is returned when insert/update/delete with returning statement (Inherited from C1.DataConnector.AdoNet.C1CommandBase) | |
Site | (Inherited from System.ComponentModel.Component) | |
Transaction | (Inherited from System.Data.Common.DbCommand) | |
UpdatedRowSource | Overridden. 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. |
Name | Description | |
---|---|---|
CanGetNextData | Overridden. To check whether or not more data can be retrieved from the source as the result of executing this C1QuickBooksOnlineCommand. | |
CanRaiseEvents | (Inherited from System.ComponentModel.Component) | |
DbConnection | Overridden. Gets or sets the System.Data.Common.DbConnection used by this System.Data.Common.DbCommand. | |
DbParameterCollection | Get the collection containing all the parameters used by this command (Inherited from C1.DataConnector.AdoNet.C1CommandBase) | |
DbTransaction | Gets or sets the transaction within which the command executes. Must be a C1.DataConnector.AdoNet.C1TransactionBase. (Inherited from C1.DataConnector.AdoNet.C1CommandBase) | |
DesignMode | (Inherited from System.ComponentModel.Component) | |
Events | (Inherited from System.ComponentModel.Component) | |
Key | A key which uniquely identifies this command. (Inherited from C1.DataConnector.AdoNet.C1CommandBase) | |
Logger | The logger where the runtime messages are passed to. (Inherited from C1.DataConnector.AdoNet.C1CommandBase) |
Name | Description | |
---|---|---|
Cancel | Attempts to cancel the execution of this command (Inherited from C1.DataConnector.AdoNet.C1CommandBase) | |
CreateObjRef | (Inherited from System.MarshalByRefObject) | |
CreateParameter | (Inherited from System.Data.Common.DbCommand) | |
Dispose | Overloaded. Disposes the resources of this command (Inherited from C1.DataConnector.AdoNet.C1CommandBase) | |
ExecuteNonQuery | Executes an SQL statement against a connection object. (Inherited from C1.DataConnector.AdoNet.C1CommandBase) | |
ExecuteNonQueryAsync | Overloaded. An asynchronous version of method ExecuteNonQuery that executes a SQL statement against a connection object. (Inherited from C1.DataConnector.AdoNet.C1CommandBase) | |
ExecuteReader | Overloaded. (Inherited from System.Data.Common.DbCommand) | |
ExecuteReaderAsync | Overloaded. (Inherited from System.Data.Common.DbCommand) | |
ExecuteScalar | 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) | |
ExecuteScalarAsync | Overloaded. 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) | |
GetLifetimeService | (Inherited from System.MarshalByRefObject) | |
InitializeLifetimeService | (Inherited from System.MarshalByRefObject) | |
Prepare | Overridden. Creates a prepared (or compiled) version of the command on the data source. | |
ToString | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
CreateDbParameter | Creates and returns a new instance of the System.Data.Common.DbParameter class. (Inherited from C1.DataConnector.AdoNet.C1CommandBase) | |
ExecuteBatchCoreAsync | Overridden. Execute a list of nonquery in Batch. | |
ExecuteDbDataReader | Executes the command text against the connection. (Inherited from C1.DataConnector.AdoNet.C1CommandBase) | |
ExecuteDbDataReaderAsync | An asynchronous version of method ExecuteDbDataReader that executes the command text against the connection. (Inherited from C1.DataConnector.AdoNet.C1CommandBase) | |
ExecuteNonQueryCoreAsync | Overridden. The core method provided to execute a non-query statement. | |
ExecutePrimitiveSqlAsync | Overridden. Execute select directly in the QuickBooksOnline server. | |
Finalize | (Inherited from System.ComponentModel.Component) | |
GetNextResultAsync | Overridden. Request to get more rows result considering the last executed command. | |
GetRequiredColumnNames | Overridden. Get the column names used to identify a specific row into update/delete query. | |
GetService | (Inherited from System.ComponentModel.Component) | |
MemberwiseClone | Overloaded. (Inherited from System.MarshalByRefObject) | |
ShouldRequestAllData | Checks 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) | |
SupportBatch | Checks whether the passed statements can or cannot be executed on the server as a batch operation. (Inherited from C1.DataConnector.AdoNet.C1CommandBase) | |
SupportColumnExpression | Overridden. To check whether or not selectStatement can be executed directly on the QuickBooksOnline server considering the selected column expressions. | |
SupportDelete | Overridden. To check whether or not deleteStmt can be executed directly on the QuickBooksOnline server. | |
SupportGroupBy | Overridden. To check whether or not groupby can be executed directly on the QuickBooksOnline server. | |
SupportInsert | Overridden. To check or not if insertStmt can be executed directly on the QuickBooksOnline server. | |
SupportJoin | Overridden. To check whether or not joinStatement can be executed directly on the QuickBooksOnline server. | |
SupportLimit | Overridden. To check whether or not limitStatement can be executed directly on the QuickBooksOnline server. | |
SupportOrderBy | Overridden. To check whether or not orderby can be executed directly on the QuickBooksOnline server. | |
SupportUpdate | Overridden. To check whether or not updateStmt can be executed directly on the QuickBooksOnline server. | |
SupportWhere | Overridden. To check whether or not where can be executed directly on the QuickBooksOnline server. | |
ValidateStatement | Overridden. Validate for all type of statement. |
Name | Description | |
---|---|---|
Disposed | (Inherited from System.ComponentModel.Component) |