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
Enumerations