Name | Description | |
---|---|---|
C1ODataCommand Constructor | Overloaded. |
The following tables list the members exposed by C1ODataCommand.
Name | Description | |
---|---|---|
C1ODataCommand 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 C1.DataConnector.AdoNet.C1CommandBase.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. true, if the command object should be visible in a control; otherwise false. The default is true. | |
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 C1ODataCommand. | |
CanRaiseEvents | (Inherited from System.ComponentModel.Component) | |
DbConnection | Overridden. Gets or sets the System.Data.Common.DbConnection used by this C1ODataCommand. | |
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. Executes a list of non-query statements as a 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. Executes a single non-query SQL statement. | |
ExecutePrimitiveSqlAsync | Overridden. Executes a select directly on the OData server. | |
Finalize | (Inherited from System.ComponentModel.Component) | |
GetNextResultAsync | Overridden. Requests more rows from the result of the last executed command. | |
GetRequiredColumnNames | Overridden. Gets the column names used to identify a specific row in an UPDATE or DELETE statement. | |
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. Checks whether the column expressions of the passed selectStatement can or cannot be executed on the server. | |
SupportDelete | Overridden. Checks whether the passed deleteStatement can or cannot be executed on the server. | |
SupportGroupBy | Overridden. Checks whether the passed groupby can or cannot be executed on the server. | |
SupportInsert | Overridden. Checks whether the passed insertStatement can or cannot be executed on the server. | |
SupportJoin | Overridden. Checks whether the passed joinStatement can or cannot be executed on the server. | |
SupportLimit | Overridden. Checks whether the LIMIT expression of the passed selectStmt can or cannot be executed on the server. | |
SupportOrderBy | Overridden. Checks whether the passed orderBy can or cannot be executed on the server. | |
SupportUpdate | Overridden. Checks whether the passed updateStatement can or cannot be executed on the server. | |
SupportWhere | Overridden. Checks whether the passed where can or cannot be executed on the server. | |
ValidateStatement | Overridden. Checks if the passed statement is considered valid for the underlying provider. |
Name | Description | |
---|---|---|
Disposed | (Inherited from System.ComponentModel.Component) |