Firebird ADO.NET Provider SDK Documentation - v1.7

FbConnection Properties

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

Public Static (Shared) Properties

ConnectionPoolsCount Gets the number of active connection pools.

Public Instance Properties

ConnectionString Gets or sets the string used to open a connection to a Firebird database.
ConnectionTimeout Gets the time to wait while trying to establish a connection before terminating the attempt and generating an error.
Container (inherited from Component) 
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.
PacketSize Gets the size (in bytes) of network packets used to communicate with an instance of Firebird Server.
ServerVersion Gets a string containing the version of the Firebird Server to which the client is connected.
Site (inherited from Component) 
State Gets the current state of the connection.

See Also

FbConnection Class | FirebirdSql.Data.Firebird Namespace