Name | Description | |
---|---|---|
AutoCommit | Obsolete. Determines whether modifications will be committed automatically at the server or not. | |
Charset | Gets or sets charset that will be used on the client side. | |
CommitTimeout | Gets the time to wait for the PgSqlTransaction.Commit method to execute before terminating the attempt and generating an error. | |
ConnectionString | Overridden. Gets or sets the string used to open a PostgreSQL connection. | |
ConnectionTimeout | Gets the time to wait while trying to establish a connection before terminating the attempt and generating an error. | |
Container | Gets the System.ComponentModel.IContainer that contains the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component) | |
Database | Gets or sets the name of the database to be used once a connection is open. | |
DataSource | Overridden. Returns the value of the Host property. | |
Host | Gets or sets name or IP address of host of PostgreSQL database to which to connect. | |
InDistributedTransaction | Indicates whether the connection is enlisted in a distributed transaction. (Inherited from Devart.Common.DbConnectionBase) | |
LocalFailover | Determines whether the ConnectionLost event, which allows implicit reconnecting and reexectuting the corresponding operation, occurs after connection is lost. | |
Name | Gets or sets the name of the component. | |
Owner | Gets or sets a form or other container that the PgSqlConnection instance belongs to. | |
Password | Gets or sets the user's password to connect. | |
Port | Gets or sets port of PostgreSQL database to which to connect. | |
ProtocolVersion | Gets the version of protocol to be used. | |
ProxyOptions | Gets or sets proxy server settings. | |
Schema | Gets or sets the name of the schema to be used once a connection is open. | |
ServerVersion | Gets a string containing the version of the instance of PostgreSQL to which the client is connected. | |
Site | Gets or sets the System.ComponentModel.ISite of the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component) | |
SshOptions | Gets or sets SshOptions object which is used to establish secure connection with server. | |
SslOptions | Gets or sets Devart.Data.PgSql.SslOptions object which is used to establish secure connection with server. | |
State | Gets the current state of the connection. | |
Unicode | Gets or sets a value indicating whether the UTF8 charset will be used. | |
UserId | Gets or sets the name of the user to connect. |