DataConnector | ComponentOne
C1.AdoNet.D365S Assembly / C1.AdoNet.D365S Namespace / C1D365SConnection Class


In This Topic
    C1D365SConnection Class Properties
    In This Topic

    For a list of all members of this type, see C1D365SConnection members.

    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
    See Also