DataConnector | ComponentOne
C1.AdoNet.D365S Assembly / C1.AdoNet.D365S Namespace / C1D365SCommand Class
Fields Properties Methods Events


In This Topic
    C1D365SCommand Class Members
    In This Topic

    The following tables list the members exposed by C1D365SCommand.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Protected Fields
     NameDescription
    Protected Field The logger where the runtime messages are passed to. (Inherited from C1.DataConnector.AdoNet.DbCommandWrap<C1ODataConnection,C1ODataCommand,C1DbParameter>)
    Top
    Public Properties
     NameDescription
    Public Property Gets or sets the text command to run against the data source. (Inherited from C1.DataConnector.AdoNet.DbCommandWrap<C1ODataConnection,C1ODataCommand,C1DbParameter>)
    Public Property Gets or sets the wait time before terminating the attempt to execute a command and generating an error. (Inherited from C1.DataConnector.AdoNet.DbCommandWrap<C1ODataConnection,C1ODataCommand,C1DbParameter>)
    Public PropertyIndicates or specifies how the C1.DataConnector.AdoNet.DbCommandWrap<TInnerConnection,TInnerCommand,TInnerParameter>.CommandText property is interpreted. (Inherited from C1.DataConnector.AdoNet.DbCommandWrap<C1ODataConnection,C1ODataCommand,C1DbParameter>)
    Public Property (Inherited from System.Data.Common.DbCommand)
    Public Property (Inherited from System.ComponentModel.Component)
    Public Property Gets or sets a value indicating whether the command object should be visible in a customized interface control. (Inherited from C1.DataConnector.AdoNet.DbCommandWrap<C1ODataConnection,C1ODataCommand,C1DbParameter>)
    Public Property The Parameters list of this command. (Inherited from C1.DataConnector.AdoNet.DbCommandWrap<C1ODataConnection,C1ODataCommand,C1DbParameter>)
    Public Property (Inherited from System.ComponentModel.Component)
    Public Property (Inherited from System.Data.Common.DbCommand)
    Public PropertyThe underlying command used by this C1.DataConnector.AdoNet.DbCommandWrap<TInnerConnection,TInnerCommand,TInnerParameter>. (Inherited from C1.DataConnector.AdoNet.DbCommandWrap<C1ODataConnection,C1ODataCommand,C1DbParameter>)
    Public PropertyGets or sets how command results are applied to the System.Data.DataRow when used by the Update method of a System.Data.Common.DbDataAdapter. (Inherited from C1.DataConnector.AdoNet.DbCommandWrap<C1ODataConnection,C1ODataCommand,C1DbParameter>)
    Top
    Public Methods
     NameDescription
    Public Method Attempts to cancel the execution of this command. (Inherited from C1.DataConnector.AdoNet.DbCommandWrap<C1ODataConnection,C1ODataCommand,C1DbParameter>)
    Public Method (Inherited from System.MarshalByRefObject)
    Public Method (Inherited from System.Data.Common.DbCommand)
    Public MethodOverloaded.  Disposes the resources of this command. (Inherited from C1.DataConnector.AdoNet.DbCommandWrap<C1ODataConnection,C1ODataCommand,C1DbParameter>)
    Public Method Executes an SQL statement against a connection object. (Inherited from C1.DataConnector.AdoNet.DbCommandWrap<C1ODataConnection,C1ODataCommand,C1DbParameter>)
    Public MethodOverloaded. An asynchronous version of C1.DataConnector.AdoNet.DbCommandWrap<TInnerConnection,TInnerCommand,TInnerParameter>.ExecuteNonQuery, which executes a SQL statement against a connection object. Invokes C1.DataConnector.AdoNet.DbCommandWrap<TInnerConnection,TInnerCommand,TInnerParameter>.ExecuteNonQueryAsync with System.Threading.CancellationToken.None. (Inherited from C1.DataConnector.AdoNet.DbCommandWrap<C1ODataConnection,C1ODataCommand,C1DbParameter>)
    Public MethodOverloaded.  (Inherited from System.Data.Common.DbCommand)
    Public MethodOverloaded.  (Inherited from System.Data.Common.DbCommand)
    Public Method 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.DbCommandWrap<C1ODataConnection,C1ODataCommand,C1DbParameter>)
    Public MethodOverloaded. An asynchronous version of C1.DataConnector.AdoNet.DbCommandWrap<TInnerConnection,TInnerCommand,TInnerParameter>.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 C1.DataConnector.AdoNet.DbCommandWrap<TInnerConnection,TInnerCommand,TInnerParameter>.ExecuteScalarAsync with System.Threading.CancellationToken.None. (Inherited from C1.DataConnector.AdoNet.DbCommandWrap<C1ODataConnection,C1ODataCommand,C1DbParameter>)
    Public Method (Inherited from System.MarshalByRefObject)
    Public Method (Inherited from System.MarshalByRefObject)
    Public Method Creates a prepared (or compiled) version of the command on the data source. (Inherited from C1.DataConnector.AdoNet.DbCommandWrap<C1ODataConnection,C1ODataCommand,C1DbParameter>)
    Public Method (Inherited from System.ComponentModel.Component)
    Top
    Protected Methods
     NameDescription
    Protected MethodConvert a System.Data.Common.DbDataReader. (Inherited from C1.DataConnector.AdoNet.DbCommandWrap<C1ODataConnection,C1ODataCommand,C1DbParameter>)
    Protected MethodCreates and returns a new instance of the System.Data.Common.DbParameter class. (Inherited from C1.DataConnector.AdoNet.DbCommandWrap<C1ODataConnection,C1ODataCommand,C1DbParameter>)
    Protected MethodOverridden.  Creates and returns an inner command for the passed connection.  
    Protected Method Executes the command text against the connection. (Inherited from C1.DataConnector.AdoNet.DbCommandWrap<C1ODataConnection,C1ODataCommand,C1DbParameter>)
    Protected Method An asynchronous version of method ExecuteDbDataReader that executes the command text against the connection. (Inherited from C1.DataConnector.AdoNet.DbCommandWrap<C1ODataConnection,C1ODataCommand,C1DbParameter>)
    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