Name | Description | |
---|---|---|
![]() | C1KintoneCommand Constructor | Overloaded. |
The following tables list the members exposed by C1KintoneCommand.
Name | Description | |
---|---|---|
![]() | C1KintoneCommand Constructor | Overloaded. |
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) |
![]() | 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 | |
---|---|---|
![]() | Cancel | Overridden. Attempts to cancels the execution of a System.Data.Common.DbCommand. |
![]() | CreateObjRef | (Inherited from System.MarshalByRefObject) |
![]() | CreateParameter | (Inherited from System.Data.Common.DbCommand) |
![]() | Dispose | (Inherited from System.ComponentModel.Component) |
![]() | ExecuteNonQuery | Executes a SQL statement against a connection object. (Inherited from C1.DataConnector.AdoNet.C1CommandBase) |
![]() | ExecuteNonQueryAsync | Overloaded. 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) |
![]() | ExecuteReader | Overloaded. (Inherited from System.Data.Common.DbCommand) |
![]() | ExecuteReaderAsync | Overloaded. (Inherited from System.Data.Common.DbCommand) |
![]() | ExecuteScalar | Allow the execution of a query that returns a 1x1 result table. (Inherited from C1.DataConnector.AdoNet.C1CommandBase) |
![]() | ExecuteScalarAsync | Overloaded. An asynchronous version of method C1.DataConnector.AdoNet.C1CommandBase.ExecuteScalar that allows the execution of a query that returns a 1x1 result table. (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) |