Click or drag to resize
IDatabaseAbstracterFactory Interface
The factory interface for IDatabaseAbstracter. Implementing classes must inherit from ConfigurationSection in order to be declared in the application's configuration file.

Namespace: Activsoft.Engine.Db
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
public interface IDatabaseAbstracterFactory

The IDatabaseAbstracterFactory type exposes the following members.

Methods
  NameDescription
Public methodCreateDatabaseAbstracter
Creates the database abstracter.
Top
See Also