DbProvider Class
Abstract base class for database providers used by SqlHelper and applications.
Syntax
'Declaration
Public MustInherit Class DbProvider
public abstract class DbProvider
Remarks
Inherit from this class to provide custom database access to an unsupported database type, or to replace the behavior of a built-in/supported database type.
IMPORTANT: This abstract base class and all intrinsic providers are thread safe. Custom provider implementations should also be thread safe.
Inheritance Hierarchy
System.Object
FChoice.Common.Data.DbProvider
FChoice.Common.Data.OleDbDataProviderBase
FChoice.Common.Data.OracleProviderBase
Requirements
Namespace: FChoice.Common.Data
Platforms: Windows 2000, Windows XP, Windows Server family
Assembly: FChoice.Common (in C:\dovetail\dovetail-sdk\build\Release\FChoice.Common.dll)