ITenantDBPoolFactory Interface
Creates the database connection pool of a tenant.
Remarks
Unlike ITenantDBPoolProvider, a factory is expected to build a new pool on every call; providers use factories to create the pools they cache.
Syntax
Unit: Aurelius.Tenancy.Interfaces
ITenantDBPoolFactory = interface(IInterface);
Methods
| Name | Description |
|---|---|
| CreatePool | Creates a connection pool for the given tenant. |