Firebird ADO.NET Provider SDK Documentation - v1.7

FbConnectionStringBuilder Properties

The properties of the FbConnectionStringBuilder class are listed below. For a complete list of FbConnectionStringBuilder class members, see the FbConnectionStringBuilder Members topic.

Public Instance Properties

CharsetGets or sets the connection character set.
ConnectionLifeTime Gets or sets the lifetime of a connection in the pool.
ConnectionStringGets or sets the connection string.
ConnectionTimeout Gets the time to wait while trying to establish a connection before terminating the attempt and generating an error.
Database Gets the name of the actual database or the database to be used when a connection is open.
DataSource Gets the name of the Firebird Server to which to connect.
Dialect Gets or sets the database dialect.
FetchSizeIndicates the number of rows that will be fetched at the same time on Read calls into the internal row buffer.
IsolationLevelGets or sets the default Isolation Leve for implicit transactions.
MaxPoolSizeGets or sets the maximun pool size.
MinPoolSizeGets or sets the minumun pool size.
PacketSize Gets or sets the size (in bytes) of network packets used to communicate with an instance of Firebird Server.
PasswordGets ort sets the password for the Firebird user account.
Pooling Gets or sets the status of the connection pooling (enabled/disabled).
Port Gets or sets the port number in the server for establish the connection
RoleGets or sets the suer role name.
ServerTypeGets or sets the server type to wich we want to connect.
UserIDGets or sets the firebird User account for login.

See Also

FbConnectionStringBuilder Class | FirebirdSql.Data.Firebird Namespace