FCFL.NET Common Library - API Reference
DbProvider Class
Members 

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 XP, Windows Server 2003 and 2008 family

Assembly: FChoice.Common (in C:\dovetail\dovetail-sdk\build\Release\FChoice.Common.dll)

See Also

Reference

DbProvider Members
FChoice.Common.Data Namespace

 

 


© 2010 Dovetail Software, Inc. - All rights reserved.
- Clarify, Amdocs, and related products and names are copyright and trademark of Amdocs, Inc.
- .NET, Visual Studio.NET, C#, Visual Basic and related products are trademark of Microsoft corporation.

Send comments on this topic.