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


In This Topic
    C1D365SConnection Class Members
    In This Topic

    The following tables list the members exposed by C1D365SConnection.

    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.DbConnectionWrap<C1ODataConnection,C1ODataCommand,C1DbParameter>)
    Top
    Public Properties
     NameDescription
    Public Property Gets or sets the string used to open the connection. (Inherited from C1.DataConnector.AdoNet.DbConnectionWrap<C1ODataConnection,C1ODataCommand,C1DbParameter>)
    Public Property Gets the time to wait while establishing a connection before terminating the attempt and generating an error. (Inherited from C1.DataConnector.AdoNet.DbConnectionWrap<C1ODataConnection,C1ODataCommand,C1DbParameter>)
    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 Property Gets a string that describes the state of the connection. (Inherited from C1.DataConnector.AdoNet.DbConnectionWrap<C1ODataConnection,C1ODataCommand,C1DbParameter>)
    Public PropertyThe underlying connection used by this C1.DataConnector.AdoNet.DbConnectionWrap<TInnerConnection,TInnerCommand,TInnerParameter>. (Inherited from C1.DataConnector.AdoNet.DbConnectionWrap<C1ODataConnection,C1ODataCommand,C1DbParameter>)
    Top
    Protected Properties
     NameDescription
    Protected Property (Inherited from System.ComponentModel.Component)
    Protected PropertyOverridden. Gets the DbProviderFactory for this connection.  
    Protected Property (Inherited from System.ComponentModel.Component)
    Protected Property (Inherited from System.ComponentModel.Component)
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded.  (Inherited from System.Data.Common.DbConnection)
    Public Method Changes the current database for an open connection. (Inherited from C1.DataConnector.AdoNet.DbConnectionWrap<C1ODataConnection,C1ODataCommand,C1DbParameter>)
    Public Method Closes the connection to the database. This is the preferred method of closing any open connection. (Inherited from C1.DataConnector.AdoNet.DbConnectionWrap<C1ODataConnection,C1ODataCommand,C1DbParameter>)
    Public Method (Inherited from System.Data.Common.DbConnection)
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodOverloaded.  Disposes the resources of this connection. (Inherited from C1.DataConnector.AdoNet.DbConnectionWrap<C1ODataConnection,C1ODataCommand,C1DbParameter>)
    Public Method Enlists in the specified transaction. (Inherited from C1.DataConnector.AdoNet.DbConnectionWrap<C1ODataConnection,C1ODataCommand,C1DbParameter>)
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodOverloaded. Returns schema information for the data source of this System.Data.Common.DbConnection. (Inherited from C1.DataConnector.AdoNet.DbConnectionWrap<C1ODataConnection,C1ODataCommand,C1DbParameter>)
    Public Method Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from C1.DataConnector.AdoNet.DbConnectionWrap<C1ODataConnection,C1ODataCommand,C1DbParameter>)
    Public MethodOverridden.  Opens a database connection with the settings specified by the connection string.  
    Public MethodOverloaded. Overridden. An asynchronous version of Open.  
    Public Method (Inherited from System.ComponentModel.Component)
    Top
    Protected Methods
     NameDescription
    Protected Method Initiates and returns a new transaction with the connected data source. (Inherited from C1.DataConnector.AdoNet.DbConnectionWrap<C1ODataConnection,C1ODataCommand,C1DbParameter>)
    Protected MethodCreates and returns a System.Data.Common.DbCommand object associated with the current connection. (Inherited from C1.DataConnector.AdoNet.DbConnectionWrap<C1ODataConnection,C1ODataCommand,C1DbParameter>)
    Protected MethodOverridden. Create a new C1D365SCommand.  
    Protected MethodOverloaded. Overridden. Create the inner connection to be used by this C1D365SConnection.  
    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
    See Also