dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlConnection Class

In This Topic
    PgSqlConnection Class Properties
    In This Topic

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

    Public Properties
     NameDescription
    Public PropertyObsolete. Determines whether modifications will be committed automatically at the server or not.  
    Public PropertyGets or sets charset that will be used on the client side.  
    Public PropertyGets the time to wait for the PgSqlTransaction.Commit method to execute before terminating the attempt and generating an error.  
    Public PropertyOverridden. Gets or sets the string used to open a PostgreSQL connection.  
    Public PropertyGets 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 PropertyGets or sets the name of the database to be used once a connection is open.  
    Public PropertyOverridden. Returns the value of the Host property.  
    Public PropertyGets or sets name or IP address of host of PostgreSQL database 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 PgSqlConnection instance belongs to.  
    Public PropertyGets or sets the user's password to connect.  
    Public PropertyGets or sets port of PostgreSQL database to which to connect.  
    Public PropertyGets the version of protocol to be used.  
    Public PropertyGets or sets proxy server settings.  
    Public PropertyGets or sets the name of the schema to be used once a connection is open.  
    Public PropertyGets a string containing the version of the instance of PostgreSQL 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 PropertyGets or sets SshOptions object which is used to establish secure connection with server.  
    Public PropertyGets or sets Devart.Data.PgSql.SslOptions object which is used to establish secure connection with server.  
    Public PropertyGets the current state of the connection.  
    Public PropertyGets or sets a value indicating whether the UTF8 charset will be used.  
    Public PropertyGets or sets the name of the user to connect.  
    Top
    See Also