dotConnect for DB2 Documentation
Devart.Data.DB2 Namespace / DB2Connection Class

DB2Connection Class Properties

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

Public Properties
 NameDescription
Public PropertyOverridden. Gets or sets the string used to open a DB2 connection.  
Public PropertyOverridden. Gets the time to wait while trying to establish a connection before terminating the attempt and generating an error.  
Public Property (Inherited from System.ComponentModel.Component)
Public PropertyGets or sets the name of the current database or the database to be used once a connection is open.  
Public PropertyOverridden. Gets or sets the name or network address of the DB2 server instance to which to connect.  
Public PropertyIndicates whether the connection is enlisted in a distributed transaction. (Inherited from Devart.Common.DbConnectionBase)
Public PropertyDetermines whether the ConnectionLost event, which allows implicit reconnecting and reexectuting the corresponding operation, occurs after connection is lost.  
Public PropertyGets or sets the name of the component.  
Public PropertyGets or sets a form or other container that the DB2Connection instance belongs to.  
Public PropertyGets or sets the user's password to connect.  
Public PropertyGets or sets the host and port to connect to. For example, "db2server:5000". Port may be omitted.  
Public PropertyThis property applies to UniData® and UniVerse data servers only. Indicates whether the connection is to be made to UniData or UniVerse.  
Public PropertyOverridden. Gets a string containing the version of the instance of DB2 to which the client is connected.  
Public Property (Inherited from System.ComponentModel.Component)
Public PropertyGets the current state of the connection.  
Public PropertyGets or sets the name of the user to connect.  
Top
See Also