
|
TClrDataTable
|
The class represents one table of in-memory data.
|

|
TClrMemTable
|
The class implementing in-memory dataset.
|

|
TCustomClrDataSet
|
The TCustomClrDataSet class includes everything, required by descendants to execute SQL commands.
|

|
TDbBlobStream
|
TDbBlobStream is a stream object that reads from and writes to field objects that represent Binary large object (BLOB) fields.
|

|
TDbCommand
|
This class is responsible for execution of SQL statement or stored procedure against a data source. Provides a base class for database-specific classes that represent commands.
|

|
TDbCommandBuilder
|
This base class is responsible for automatically generating single-table commands used to reconcile changes made to a DataSet with the associated database.
|

|
TDbConnection
|
This base class is responsible for establishing connection with a database.
|

|
TDbConnectionStringBuilder
|
This base class is responsible for strongly typed connection string builders.
|

|
TDbDataAdapter
|
This base class represent a set of command-related properties that are used to fill the DataSet and update a data source.
|

|
TDbDataReader
|
This base class is responsible for reading a forward-only stream of rows from a data source.
|

|
TDbFetchOptions
|
The set of options controlling data fetching.
|

|
TDbParameter
|
Represents a parameter to a DbCommand and optionally, its mapping to a DataSet column.
|

|
TDbParameters
|
TDbParameters manages a collection of parameters.
|

|
TDbProviderFactories
|
Represents a set of methods for creating one or more instances of DbProviderFactory classes.
|

|
TDbProviderFactory
|
Represents a set of methods for creating instances of a provider's implementation of the data source classes.
|

|
TDbRecordset
|
Represents the entire set of records from a base table or the results of an executed command.
|

|
TDbRecordSetFields
|
Represents all the Field objects of a Recordset or Record object.
|

|
TDbUpdateOptions
|
The set of options controlling dataset editing and updates posting.
|