dotConnect for Dynamics 365 Documentation
Devart.Common Namespace / DbConnectionBase Class

DbConnectionBase Class Properties

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

Public Properties
 NameDescription
Public PropertyOverridden. Gets or sets the string used to open a server connection.  
Public PropertyOverridden. Gets or sets the time to wait while trying to establish a connection before terminating the attempt and generating an error.  
Public PropertyGets the System.ComponentModel.IContainer that contains the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component)
Public PropertyOverridden. Gets or sets the name of the current database or the database to be used once a connection is open.  
Public PropertyOverridden. Gets or sets name of the server to which to connect.  
Public PropertyIndicates whether the connection is enlisted in a distributed transaction.  
Public PropertyGets or sets name of the component.  
Public PropertyGets or sets a form or other container that the DbConnectionBase instance belongs to.  
Public PropertyOverridden. Gets a string containing the version of the instance of the server to which the client is connected.  
Public PropertyGets or sets the System.ComponentModel.ISite of the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component)
Public PropertyOverridden. Gets the current state of the connection.  
Top
See Also