Name | Description | |
---|---|---|
MimerCommand Constructor | Overloaded. |
The following tables list the members exposed by MimerCommand.
Name | Description | |
---|---|---|
MimerCommand Constructor | Overloaded. |
Name | Description | |
---|---|---|
CommandText | Overridden. Gets or sets the SQL statement to execute in the database server. | |
CommandTimeout | Overridden. Gets or sets the timeout value to wait for a command to complete. After the selected time an error is generated. | |
CommandType | Overridden. Specifies how a command string is interpreted. | |
Connection | Gets or sets the MimerConnection used by this instance of the MimerCommand. | |
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 | Gets the current MimerParameterCollection. Each parameter is represented by one entry in the collection. | |
Site | (Inherited from System.Data.Common.DbCommand) | |
Transaction | Gets or sets the MimerTransaction within which the MimerCommand executes. | |
UpdatedRowSource | Overridden. Gets or sets how command results are applied to the System.Data.DataRow when used by the System.Data.Common.DbDataAdapter.Update(System.Data.DataSet) method of the System.Data.IDbDataAdapter. |
Name | Description | |
---|---|---|
Cancel | Overridden. Attempts to cancel the execution of a MimerCommand. | |
CreateParameter | Creates a new instance of a MimerParameter object. | |
Dispose() | (Inherited from System.ComponentModel.Component) | |
DisposeAsync | (Inherited from System.Data.Common.DbCommand) | |
ExecuteNonQuery | Overridden. Executes the current SQL statement using the current connection and returns the number of rows affected. | |
ExecuteNonQueryAsync | Overloaded. (Inherited from System.Data.Common.DbCommand) | |
ExecuteReader | Overloaded. Executes the CommandText by the server at the specified Connection and returns a MimerDataReader. | |
ExecuteReaderAsync | Overloaded. (Inherited from System.Data.Common.DbCommand) | |
ExecuteScalar | Overridden. Executes the query, and returns the first column of the first row in the result set returned by the query. Note that extra columns and/or rows are ignored. | |
ExecuteScalarAsync | Overloaded. (Inherited from System.Data.Common.DbCommand) | |
GetExplainXmlText | Return explain text for the first statements compilation. | |
GetLifetimeService | (Inherited from System.Data.Common.DbCommand) | |
InitializeLifetimeService | (Inherited from System.Data.Common.DbCommand) | |
Prepare | Overridden. Prepares (compiles) the SQL statement specified in the CommandText. | |
PrepareAsync | (Inherited from System.Data.Common.DbCommand) | |
ResetCommandTimeOut | Reset the current command timeout value to its default value (30 seconds). | |
ToString | (Inherited from System.Data.Common.DbCommand) |
Name | Description | |
---|---|---|
Disposed | (Inherited from System.ComponentModel.Component) |