FChoice.Common.Data Namespace
The FChoice.Common.Data namespace provides data access services to First Choice .NET-based products.
Classes
|
Class |
Description |
|
DataAccessSectionHandler |
Provides configuration information from the .NET application configuration file for the DbProviderFactory to load data providers. |
|
DataParameterCollection |
Contains a collection of IDbDataParameter objects for use in a database query. |
|
DataSetSurrogate |
Reads or writes a DataSet as a compact binary stream. |
|
DbProvider |
Abstract base class for database providers used by SqlHelper and applications. |
|
DbProviderFactory |
Provides a way of customized data access using DbProvider objects that abstract database access |
|
FCTypes |
This class is not currently used and is intended for future products. |
|
ODPOracleProvider |
|
|
OleDbDataProviderBase |
Abstract base class for OleDb-based data providers |
|
OracleProviderBase |
Abstract base class for Oracle-based data providers |
|
SqlHelper |
Provides a convenience and data provider-agnostic wrapper around ADO.NET |
|
TypeMapper |
This class is not currently used and is intended for future products. |
|
UpdateQueryBatch |
Helper class for grouping INSERT and UPDATE statements together into a single batch without concern for the underlying database type's support for statement batching |
Interfaces
|
Interface |
Description |
|
IDbExtension |
IDbExtension allows applications to specify database-specific extensions to the DbProvider |
Reference
FChoice.Common Assembly