The properties of the FbConnectionStringBuilder class are listed below. For a complete list of FbConnectionStringBuilder class members, see the FbConnectionStringBuilder Members topic.
![]() | Gets or sets the connection character set. |
![]() | Gets or sets the lifetime of a connection in the pool. |
![]() | Gets or sets the connection string. |
![]() | Gets the time to wait while trying to establish a connection before terminating the attempt and generating an error. |
![]() | Gets the name of the actual database or the database to be used when a connection is open. |
![]() | Gets the name of the Firebird Server to which to connect. |
![]() | Gets or sets the database dialect. |
![]() | Indicates the number of rows that will be fetched at the same time on Read calls into the internal row buffer. |
![]() | Gets or sets the default Isolation Leve for implicit transactions. |
![]() | Gets or sets the maximun pool size. |
![]() | Gets or sets the minumun pool size. |
![]() | Gets or sets the size (in bytes) of network packets used to communicate with an instance of Firebird Server. |
![]() | Gets ort sets the password for the Firebird user account. |
![]() | Gets or sets the status of the connection pooling (enabled/disabled). |
![]() | Gets or sets the port number in the server for establish the connection |
![]() | Gets or sets the suer role name. |
![]() | Gets or sets the server type to wich we want to connect. |
![]() | Gets or sets the firebird User account for login. |
FbConnectionStringBuilder Class | FirebirdSql.Data.Firebird Namespace