Firebird ADO.NET Provider SDK Documentation - v1.7

FbConnection Methods

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

Public Static (Shared) Methods

ClearAllPools Clears all active connection pools, closing all active connections.
ClearPool Clear the connection pool that owns the specified connection, closing all active connections.
CreateDatabaseOverloaded. Creates a new database using the given connection string information.
DropDatabaseOverloaded. Drops a existent database using the given connection string information.
GetPooledConnectionCount Gets the number of active connections in the connection pool that owns the spcified connection.

Public Instance Methods

BeginTransactionOverloaded. Begins a new transaction with the default isolation level IsolationLevel.ReadCommitted.
ChangeDatabase 
Close Closes the connection to the database. This is the preferred method of closing any open connection.
CreateCommand Creates and returns a new FbCommand object associated with the current FbConnection object.
CreateObjRef (inherited from MarshalByRefObject) 
Dispose (inherited from Component) 
Equals (inherited from Object) 
GetDbSchemaTableObsolete.  
GetHashCode (inherited from Object) 
GetLifetimeService (inherited from MarshalByRefObject) 
GetSchemaOverloaded. Returns information about the MetaDataCollections schema.
GetType (inherited from Object) 
InitializeLifetimeService (inherited from MarshalByRefObject) 
Open Opens a new connection to a database with the property settings specified by the ConnectionString.
ToString (inherited from Component) 

See Also

FbConnection Class | FirebirdSql.Data.Firebird Namespace