Suoranta.EnterpriseLib.Web - Developer API

DbConnectionFactory Class

Replaces SqlConnectionFactory. Has fallback compatibility to the former. EntityFramework section in app/web.config should accordingly be changed to:
C#
<defaultConnectionFactory type="Suoranta.EnterpriseLib.AppDomain.DbConnectionFactory, EnterpriseLib" />

Namespace:  Suoranta.EnterpriseLib.AppDomain
Assembly:  Suoranta.EnterpriseLib (in Suoranta.EnterpriseLib.dll)

Syntax


public class DbConnectionFactory : IDbConnectionFactory

Inheritance Hierarchy


Object
  Suoranta.EnterpriseLib.AppDomain..::..DbConnectionFactory