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


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

    The following tables list the members exposed by DbConnectionWrap<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 string used to open the connection.  
    Public PropertyOverridden.  Gets the time to wait while establishing a connection before terminating the attempt and generating an error.  
    Public Property (Inherited from System.ComponentModel.Component)
    Public PropertyOverridden.  Gets the name of the current database after a connection is opened, or the database name specified in the connection string before the connection is opened.  
    Public PropertyOverridden.  Gets the name of the database server to which to connect.  
    Public PropertyOverridden.  Gets a string that represents the version of the server to which the object is connected.  
    Public Property (Inherited from System.ComponentModel.Component)
    Public PropertyOverridden.  Gets a string that describes the state of the connection.  
    Public PropertyThe underlying connection used by this DbConnectionWrap<TInnerConnection,TInnerCommand,TInnerParameter>.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded.  (Inherited from System.Data.Common.DbConnection)
    Public MethodOverridden.  Changes the current database for an open connection.  
    Public MethodOverridden.  Closes the connection to the database. This is the preferred method of closing any open connection.  
    Public Method (Inherited from System.Data.Common.DbConnection)
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodOverloaded. Overridden.  Disposes the resources of this connection.  
    Public MethodOverridden.  Enlists in the specified transaction.  
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodOverloaded. Overridden. Returns schema information for the data source of this System.Data.Common.DbConnection.  
    Public MethodOverridden.  Obtains a lifetime service object to control the lifetime policy for this instance.  
    Public MethodOverridden.  Opens a database connection with the settings specified by the connection string.  
    Public MethodOverloaded. Overridden.  An asynchronous version of the open method.  
    Public Method (Inherited from System.ComponentModel.Component)
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden.  Initiates and returns a new transaction with the connected data source.  
    Protected MethodOverridden. Creates and returns a System.Data.Common.DbCommand object associated with the current connection.  
    Protected MethodCreate a new DbCommandWrap<TInnerConnection,TInnerCommand,TInnerParameter>.  
    Protected MethodOverloaded. Create a inner connection for this DbConnectionWrap<TInnerConnection,TInnerCommand,TInnerParameter>  
    Protected Method (Inherited from System.ComponentModel.Component)
    Protected Method (Inherited from System.ComponentModel.Component)
    Protected MethodOverloaded.  (Inherited from System.MarshalByRefObject)
    Protected Method (Inherited from System.Data.Common.DbConnection)
    Top
    Public Events
     NameDescription
    Public Event (Inherited from System.ComponentModel.Component)
    Public Event StateChange event  
    Top
    See Also