DataConnector | ComponentOne
C1.AdoNet.D365S Assembly / C1.DataConnector.AdoNet Namespace / DbCommandWrap<TInnerConnection,TInnerCommand,TInnerParameter> Class
Fields Properties Methods Events


In This Topic
    DbCommandWrap<TInnerConnection,TInnerCommand,TInnerParameter> Class Members
    In This Topic

    The following tables list the members exposed by DbCommandWrap<TInnerConnection,TInnerCommand,TInnerParameter>.

    Protected Fields
     NameDescription
    Protected Field The logger where the runtime messages are passed to.  
    Top
    Public Properties
     NameDescription
    Public PropertyOverridden.  Gets or sets the text command to run against the data source.  
    Public PropertyOverridden.  Gets or sets the wait time before terminating the attempt to execute a command and generating an error.  
    Public PropertyOverridden. Indicates or specifies how the CommandText property is interpreted.  
    Public Property (Inherited from System.Data.Common.DbCommand)
    Public Property (Inherited from System.ComponentModel.Component)
    Public PropertyOverridden.  Gets or sets a value indicating whether the command object should be visible in a customized interface control.  
    Public Property The Parameters list of this command.  
    Public Property (Inherited from System.ComponentModel.Component)
    Public Property (Inherited from System.Data.Common.DbCommand)
    Public PropertyThe underlying command used by this DbCommandWrap<TInnerConnection,TInnerCommand,TInnerParameter>.  
    Public PropertyOverridden. 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.  
    Top
    Protected Properties
     NameDescription
    Protected Property (Inherited from System.ComponentModel.Component)
    Protected PropertyOverridden. Gets or sets the System.Data.Common.DbConnection used by this System.Data.Common.DbCommand.  
    Protected PropertyOverridden. Gets the collection of System.Data.Common.DbParameter objects.  
    Protected PropertyOverridden. Gets or sets the DbTransaction within which this System.Data.Common.DbCommand object executes.  
    Protected Property (Inherited from System.ComponentModel.Component)
    Protected Property (Inherited from System.ComponentModel.Component)
    Protected PropertyThe connection used by this DbCommandWrap<TInnerConnection,TInnerCommand,TInnerParameter>.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden.  Attempts to cancel the execution of this command.  
    Public Method (Inherited from System.MarshalByRefObject)
    Public Method (Inherited from System.Data.Common.DbCommand)
    Public MethodOverloaded. Overridden.  Disposes the resources of this command.  
    Public MethodOverridden.  Executes an SQL statement against a connection object.  
    Public MethodOverloaded. Overridden. An asynchronous version of ExecuteNonQuery, which executes a SQL statement against a connection object. Invokes ExecuteNonQueryAsync(CancellationToken) with System.Threading.CancellationToken.None.  
    Public MethodOverloaded.  (Inherited from System.Data.Common.DbCommand)
    Public MethodOverloaded.  (Inherited from System.Data.Common.DbCommand)
    Public MethodOverridden.  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.  
    Public MethodOverloaded. 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.  
    Public Method (Inherited from System.MarshalByRefObject)
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodOverridden.  Creates a prepared (or compiled) version of the command on the data source.  
    Public Method (Inherited from System.ComponentModel.Component)
    Top
    Protected Methods
     NameDescription
    Protected MethodConvert a System.Data.Common.DbDataReader.  
    Protected MethodOverridden. Creates and returns a new instance of the System.Data.Common.DbParameter class.  
    Protected Method Create a inner command related to an inner connection.  
    Protected MethodOverridden.  Executes the command text against the connection.  
    Protected MethodOverridden.  An asynchronous version of method ExecuteDbDataReader that executes the command text against the connection.  
    Protected Method (Inherited from System.ComponentModel.Component)
    Protected Method (Inherited from System.ComponentModel.Component)
    Protected MethodOverloaded.  (Inherited from System.MarshalByRefObject)
    Top
    Public Events
     NameDescription
    Public Event (Inherited from System.ComponentModel.Component)
    Top
    See Also