Firebird ADO.NET Provider SDK Documentation - v1.7

FirebirdSql.Data.Firebird Namespace

Namespace hierarchy

Classes

Class Description
FbCommand Represents an SQL statement or stored procedure to execute against a data source. This class cannot be inherited.
FbCommandBuilder Automatically generates single-table commands used to reconcile changes made to a DataSet with the associated data source. This class cannot be inherited.
FbConnection Represents an open connection to a Firebird database. This class cannot be inherited.
FbConnectionStringBuilder Allows handling of the connection strings. See ConnectionString
FbDataAdapter Represents a set of data commands and a connection to a data source that are used to fill the DataSet and update the data source. This class cannot be inherited.
FbDatabaseInfo Reports requested information about a attached database. This class cannot be inherited.
FbDataReader Provides a Way for reading a forward-only stream of rows. This class cannot be inherited.
FbError Collects information relevant to a error returned by Firebird. This class cannot be inherited.
FbErrorCollection Collects all errors generated by the Firebird .NET Data Provider. This class cannot be inherited.
FbException The exception that is thrown when Firebird Server returns a warning or error. This class cannot be inherited.
FbInfoMessageEventArgs Provides data for the InfoMessage event. This class cannot be inherited.
FbParameter Represents a parameter of a FbCommand, and optionally, its mapping to DataSet columns. This class cannot be inherited.
FbParameterCollection A collection of parameters associated to a FbCommand. This class cannot be inherited.
FbRemoteEvent Represents a Firebird Event. This class cannot be inherited.
FbRemoteEventEventArgs Provides data for the RemoteEventCounts event. This class cannot be inherited.
FbRowUpdatedEventArgs Provides data for the RowUpdated event. This class cannot be inherited.
FbRowUpdatingEventArgs Provides data for the RowUpdating event. This class cannot be inherited.
FbTransaction Represents a Firebird transaction. This class cannot be inherited.

Delegates

Delegate Description
FbInfoMessageEventHandler Represents the method that will handle the InfoMessage event of an FbConnection.
FbRemoteEventEventHandler  
FbRowUpdatedEventHandler Represents the method that will handle the RowUpdated event of an FbDataAdapter.
FbRowUpdatingEventHandler Represents the method that will handle the RowUpdating event of an FbDataAdapter.

Enumerations

Enumeration Description
FbCharset Specifies the character set of FbParameter.
FbCommandBuilderBehavior Provides a description of how FbCommandBuilder will do the generation of the WHERE clausule of UPDATE and DELETE commands
FbDbSchemaType Obsolete. Retrieves the the type of schema table that can be used with the GetDbSchemaTable method.
FbDbType Specifies the data type of a field, property, or FbParameter.
FbTransactionOptions Specifies Firebird transactions specific options that can be used with BeginTransaction.