Name | Description | |
---|---|---|
Logger | The logger where the runtime messages are passed to. |
The following tables list the members exposed by DbCommandWrap<TInnerConnection,TInnerCommand,TInnerParameter>.
Name | Description | |
---|---|---|
CommandText | Overridden. Gets or sets the text command to run against the data source. | |
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 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. | |
Site | (Inherited from System.ComponentModel.Component) | |
Transaction | (Inherited from System.Data.Common.DbCommand) | |
UnderlyingCommand | The underlying command used by this DbCommandWrap<TInnerConnection,TInnerCommand,TInnerParameter>. | |
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 | |
---|---|---|
CanRaiseEvents | (Inherited from System.ComponentModel.Component) | |
DbConnection | Overridden. Gets or sets the System.Data.Common.DbConnection used by this System.Data.Common.DbCommand. | |
DbParameterCollection | Overridden. Gets the collection of System.Data.Common.DbParameter objects. | |
DbTransaction | Overridden. Gets or sets the DbTransaction within which this System.Data.Common.DbCommand object executes. | |
DesignMode | (Inherited from System.ComponentModel.Component) | |
Events | (Inherited from System.ComponentModel.Component) | |
ParentConnection | The connection used by this DbCommandWrap<TInnerConnection,TInnerCommand,TInnerParameter>. |
Name | Description | |
---|---|---|
Cancel | Overridden. Attempts to cancel the execution of this command. | |
CreateObjRef | (Inherited from System.MarshalByRefObject) | |
CreateParameter | (Inherited from System.Data.Common.DbCommand) | |
Dispose | Overloaded. Overridden. Disposes the resources of this command. | |
ExecuteNonQuery | Overridden. Executes an SQL statement against a connection object. | |
ExecuteNonQueryAsync | Overloaded. Overridden. An asynchronous version of ExecuteNonQuery, which executes a SQL statement against a connection object. Invokes ExecuteNonQueryAsync(CancellationToken) with System.Threading.CancellationToken.None. | |
ExecuteReader | Overloaded. (Inherited from System.Data.Common.DbCommand) | |
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. All other columns and rows are ignored. | |
ExecuteScalarAsync | Overloaded. Overridden. An asynchronous version of ExecuteScalar, which 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. Invokes ExecuteScalarAsync(CancellationToken) with System.Threading.CancellationToken.None. | |
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 | |
---|---|---|
ConvertDbDataReader | Convert a System.Data.Common.DbDataReader. | |
CreateDbParameter | Overridden. Creates and returns a new instance of the System.Data.Common.DbParameter class. | |
CreateInnerCommand | Create a inner command related to an inner connection. | |
ExecuteDbDataReader | Overridden. Executes the command text against the connection. | |
ExecuteDbDataReaderAsync | Overridden. An asynchronous version of method ExecuteDbDataReader that executes the command text against the connection. | |
Finalize | (Inherited from System.ComponentModel.Component) | |
GetService | (Inherited from System.ComponentModel.Component) | |
MemberwiseClone | Overloaded. (Inherited from System.MarshalByRefObject) |
Name | Description | |
---|---|---|
Disposed | (Inherited from System.ComponentModel.Component) |