Name | Description | |
---|---|---|
DataReader | A reference to the instance of the C1DataReader that is currently using this command. (Inherited from C1.DataConnector.AdoNet.C1CommandBase) |
The following tables list the members exposed by C1CommandBase<TCommandImpl>.
Name | Description | |
---|---|---|
DataReader | A reference to the instance of the 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 | (Inherited from System.Data.Common.DbCommand) | |
CommandType | (Inherited from System.Data.Common.DbCommand) | |
Connection | (Inherited from System.Data.Common.DbCommand) | |
Container | (Inherited from System.ComponentModel.Component) | |
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 | (Inherited from System.Data.Common.DbCommand) |
Name | Description | |
---|---|---|
CanGetNextData | To check whether or not more data can be retrieved from the source as the result of executing this C1CommandBase. (Inherited from C1.DataConnector.AdoNet.C1CommandBase) | |
CanRaiseEvents | (Inherited from System.ComponentModel.Component) | |
DbConnection | (Inherited from 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 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 C1CommandBase.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 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) | |
GetLifetimeService | (Inherited from System.MarshalByRefObject) | |
InitializeLifetimeService | (Inherited from System.MarshalByRefObject) | |
Prepare | Creates a prepared (or compiled) version of the command on the data source. (Inherited from C1.DataConnector.AdoNet.C1CommandBase) | |
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 | Execute a list of nonquery in Batch. (Inherited from C1.DataConnector.AdoNet.C1CommandBase) | |
ExecuteDbDataReader | Executes the command text against the connection. (Inherited from C1.DataConnector.AdoNet.C1CommandBase) | |
ExecuteDbDataReaderAsync | An asynchronous version of method C1CommandBase.ExecuteDbDataReader that executes the command text against the connection. (Inherited from C1.DataConnector.AdoNet.C1CommandBase) | |
ExecuteNonQueryCoreAsync | The abstract core method provided to execute a non-query statement. (Inherited from C1.DataConnector.AdoNet.C1CommandBase) | |
ExecutePrimitiveSqlAsync | Execute select directly in the server pointed by DbConnection. (Inherited from C1.DataConnector.AdoNet.C1CommandBase) | |
Finalize | (Inherited from System.ComponentModel.Component) | |
GetNextResultAsync | Requests more rows from the result of the last executed command. (Inherited from C1.DataConnector.AdoNet.C1CommandBase) | |
GetRequiredColumnNames | Gets the column names used to identify a specific row in an UPDATE or DELETE statement. (Inherited from C1.DataConnector.AdoNet.C1CommandBase) | |
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 | Virtual method to check whether or not selectStatement can be executed directly on the server used by this command, considering the selected column expressions. (Inherited from C1.DataConnector.AdoNet.C1CommandBase) | |
SupportDelete | Virtual method to check whether or not deleteStatement can be executed directly on the server pointed by the connection used by this command. (Inherited from C1.DataConnector.AdoNet.C1CommandBase) | |
SupportGroupBy | Virtual method to check whether or not groupby can be executed directly on the server pointed by the connection used by this command. (Inherited from C1.DataConnector.AdoNet.C1CommandBase) | |
SupportInsert | Virtual method to check whether or not insertStatement can be executed directly on the server pointed by the connection used by this command. (Inherited from C1.DataConnector.AdoNet.C1CommandBase) | |
SupportJoin | Virtual method to check whether or not joinStatement can be executed directly on the server pointed by the connection used by this command. (Inherited from C1.DataConnector.AdoNet.C1CommandBase) | |
SupportLimit | Virtual 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) | |
SupportOrderBy | Checks whether the passed orderby can or cannot be executed on the server. (Inherited from C1.DataConnector.AdoNet.C1CommandBase) | |
SupportUpdate | Virtual method to check whether or not updateStatement can be executed directly on the server pointed by the connection used by this command. (Inherited from C1.DataConnector.AdoNet.C1CommandBase) | |
SupportWhere | Virtual method to check whether or not where can be executed directly on the server pointed by the connection used by this command. (Inherited from C1.DataConnector.AdoNet.C1CommandBase) | |
ValidateStatement | Virtual method to validate if the given statement is supported by the implemented provider. (Inherited from C1.DataConnector.AdoNet.C1CommandBase) |
Name | Description | |
---|---|---|
Disposed | (Inherited from System.ComponentModel.Component) |